Click or drag to resize

OperationTraceCompletedArgsTContent Constructor

Namespace:  Autofac.Diagnostics
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public OperationTraceCompletedArgs(
	IResolveOperation operation,
	bool operationSucceeded,
	TContent traceContent
)

Parameters

operation
Type: Autofac.Core.ResolvingIResolveOperation
The operation for which a trace has completed.
operationSucceeded
Type: SystemBoolean
Indicates whether the operation succeeded.
traceContent
Type: TContent
The content of the trace.
See Also