AsyncManager.OutstandingOperations Property

Gets the number of outstanding operations.

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

'Declaration
Public Property OutstandingOperations As OperationCounter 
	Get 
	Private Set
'Usage
Dim instance As AsyncManager 
Dim value As OperationCounter 

value = instance.OutstandingOperations

Property Value

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

A Visual Studio project with source code is available to accompany this topic: Download.

Show: