IResolveOperation Interface |
Namespace: Autofac.Core.Resolving
The IResolveOperation type exposes the following members.
Name | Description | |
---|---|---|
![]() | ActiveRequestContext |
Gets the active resolve request.
|
![]() | CurrentScope |
Gets the current lifetime scope of the operation; based on the most recently executed request.
|
![]() | DiagnosticSource |
Gets the DiagnosticListener for the operation.
|
![]() | InitiatingRequest |
Gets the ResolveRequest that initiated the operation. Other nested requests may have been
issued as a result of this one.
|
![]() | InProgressRequests |
Gets the set of all in-progress requests on the request stack.
|
![]() | RequestDepth |
Gets the current request depth.
|
Name | Description | |
---|---|---|
![]() | GetOrCreateInstance |
Get or create and share an instance of the requested service in the currentOperationScope.
|
Name | Description | |
---|---|---|
![]() | CurrentOperationEnding |
Raised when the entire operation is complete.
|
![]() | ResolveRequestBeginning |
Raised when a resolve request starts.
|