Méthode | Description | |
---|---|---|
GetService ( |
||
GetServices ( |
||
Scope ( IChildContainer container, System.Action disposeAction ) : System |
Initializes a new instance of the Scope class.
|
Méthode | Description | |
---|---|---|
Dispose ( ) : void | ||
Dispose ( bool disposing ) : void |
public GetService ( |
||
serviceType | ||
Résultat | object |
public GetServices ( |
||
serviceType | ||
Résultat | 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). |
Résultat | System |