DotDiagnosticTracerOperationsInProgress Property |
Gets the number of operations in progress being traced.
Namespace:
Autofac.Diagnostics.DotGraph
Assembly:
Autofac.Diagnostics.DotGraph (in Autofac.Diagnostics.DotGraph.dll) Version: 1.0.0+77b148c9ae088c358a46e9a807583e2d45d96e9b
Syntax public override int OperationsInProgress { get; }
Public Overrides ReadOnly Property OperationsInProgress As Integer
Get
Property Value
Type:
Int32
An
Int32 with the number of trace IDs associated
with in-progress operations being traced by this tracer.
See Also