Click or drag to resize

DefaultDiagnosticTracerOperationsInProgress Property

Gets the number of operations in progress being traced.

Namespace:  Autofac.Diagnostics
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
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