Method | Description | |
---|---|---|
GetService ( |
||
GetServices ( |
||
Scope ( IChildContainer container, System.Action disposeAction ) : System |
Initializes a new instance of the Scope class.
|
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void |
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 |