AsyncManager.OutstandingOperations Property

Gets the number of outstanding operations.

Namespace:  System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

function get OutstandingOperations () : OperationCounter 
private function set OutstandingOperations (value : OperationCounter)

Property Value

Type: System.Web.Mvc.Async.OperationCounter
The number of outstanding operations.
Show: