OperationTraceCompletedArgsTContentOperationSucceeded Property |
Gets a value indicating whether the operation this trace represents succeeded (if true), or failed with an exception (if false).
Namespace:
Autofac.Diagnostics
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public bool OperationSucceeded { get; }
Public ReadOnly Property OperationSucceeded As Boolean
Get
Property Value
Type:
Boolean[Missing <value> documentation for "P:Autofac.Diagnostics.OperationTraceCompletedArgs`1.OperationSucceeded"]
See Also