Method | Description | |
---|---|---|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
GetService ( |
||
GetServices ( |
||
Scope ( IChildContainer container, System.Action disposeAction ) : System |
Initializes a new instance of the Scope class.
|
public GetService ( |
||
serviceType | ||
return | object |
public GetServices ( |
||
serviceType | ||
return | IEnumerable |
public Scope ( IChildContainer container, System.Action disposeAction ) : System | ||
container | IChildContainer | The scoped container. |
disposeAction | System.Action | The dispose action (invoked when the scope is disposed). |
return | System |