OperationSuccessDiagnosticData Constructor |
Namespace:
Autofac.Diagnostics
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public OperationSuccessDiagnosticData(
IResolveOperation operation,
Object resolvedInstance
)
Public Sub New (
operation As IResolveOperation,
resolvedInstance As Object
)
Parameters
- operation
- Type: Autofac.Core.ResolvingIResolveOperation
The resolve operation that succeeded. - resolvedInstance
- Type: SystemObject
The resolved instance providing the requested service.
See Also