OperationTraceCompletedArgsTContent Constructor |
Namespace:
Autofac.Diagnostics
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public OperationTraceCompletedArgs(
IResolveOperation operation,
bool operationSucceeded,
TContent traceContent
)
Public Sub New (
operation As IResolveOperation,
operationSucceeded As Boolean,
traceContent As TContent
)
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