Метод | Описание | |
---|---|---|
Dispose ( ) : void |
Disposes the services that have been created while the scope has been active.
|
|
Initialize ( IServiceContainer source ) : void |
Inserts the scope into the target
|
|
PostProcess ( IServiceRequestResult result ) : void |
Monitors the IServiceContainer for any services that are created and automatically disposes them once the IScope is disposed.
|
public Initialize ( IServiceContainer source ) : void | ||
source | IServiceContainer | The container that will hold the scope instance. |
Результат | void |
public PostProcess ( IServiceRequestResult result ) : void | ||
result | IServiceRequestResult | The |
Результат | void |