| OperationDiagnosticTracerBaseTContentOperationsInProgress Property  | 
 
            Gets the number of operations in progress being traced.
            
 
    Namespace: 
   Autofac.Diagnostics
    Assembly:
   Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
 Syntax
Syntaxpublic abstract int OperationsInProgress { get; }Public MustOverride 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
See Also