Click or drag to resize

IDependencyTrackingResolveOperation Properties

The IDependencyTrackingResolveOperation type exposes the following members.

Properties
  NameDescription
Public propertyActiveRequestContext
Gets the active resolve request.
(Inherited from IResolveOperation.)
Public propertyCurrentScope
Gets the current lifetime scope of the operation; based on the most recently executed request.
(Inherited from IResolveOperation.)
Public propertyDiagnosticSource
Gets the DiagnosticListener for the operation.
(Inherited from IResolveOperation.)
Public propertyInitiatingRequest
Gets the ResolveRequest that initiated the operation. Other nested requests may have been issued as a result of this one.
(Inherited from IResolveOperation.)
Public propertyInProgressRequests
Gets the set of all in-progress requests on the request stack.
(Inherited from IResolveOperation.)
Public propertyRequestDepth
Gets the current request depth.
(Inherited from IResolveOperation.)
Public propertyRequestStack
Gets the modifiable active request stack.
Top
See Also