Click or drag to resize

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; }

Property Value

Type: Int32
An Int32 with the number of trace IDs associated with in-progress operations being traced by this tracer.
See Also