Property | Type | Description | |
---|---|---|---|
GetLifetimeScopeCore | IAppScope |
Method | Description | |
---|---|---|
EndLifetimeScope ( ) : void |
Ends the current HTTP request lifetime scope.
|
|
GetLifetimeScope ( Action |
Gets a nested lifetime scope that services can be resolved from.
|
|
RequestLifetimeScopeProvider ( IAppScope container ) : System |
Initializes a new instance of the RequestLifetimeScopeProvider class.
|
Method | Description | |
---|---|---|
GetLifetimeScopeCore ( Action |
public GetLifetimeScope ( Action |
||
configurationAction | Action |
/// A configuration action that will execute during lifetime scope creation. /// |
return | IAppScope |
public RequestLifetimeScopeProvider ( IAppScope container ) : System | ||
container | IAppScope | The parent container, usually the application container. |
return | System |