| IResolveOperation Interface | 
Namespace: Autofac.Core.Resolving
 Syntax
SyntaxThe IResolveOperation type exposes the following members.
 Properties
Properties| 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.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetOrCreateInstance | 
            Get or create and share an instance of the requested service in the currentOperationScope.
             | 
 Events
Events| Name | Description | |
|---|---|---|
|  | CurrentOperationEnding | 
            Raised when the entire operation is complete.
             | 
|  | ResolveRequestBeginning | 
            Raised when a resolve request starts.
             | 
 See Also
See Also