Click or drag to resize

IResolveOperation Properties

The IResolveOperation type exposes the following members.

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