AsyncManager.OutstandingOperations Property

Visual Studio 2010

Gets the number of outstanding operations.

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

public OperationCounter OutstandingOperations { get; private set; }

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.

Community Additions

ADD
Show: