Click or drag to resize

OperationSuccessDiagnosticData Constructor

Initializes a new instance of the OperationSuccessDiagnosticData class.

Namespace:  Autofac.Diagnostics
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public OperationSuccessDiagnosticData(
	IResolveOperation operation,
	Object resolvedInstance
)

Parameters

operation
Type: Autofac.Core.ResolvingIResolveOperation
The resolve operation that succeeded.
resolvedInstance
Type: SystemObject
The resolved instance providing the requested service.
See Also