AsyncManager.OutstandingOperations Property

Definition

Gets the number of outstanding operations.

public System.Web.Mvc.Async.OperationCounter OutstandingOperations { get; }
member this.OutstandingOperations : System.Web.Mvc.Async.OperationCounter
Public ReadOnly Property OutstandingOperations As OperationCounter

Property Value

The number of outstanding operations.

Applies to