Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the number of outstanding operations.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property OutstandingOperations As OperationCounter
Get
Private Set
public OperationCounter OutstandingOperations { get; private set; }
public:
property OperationCounter^ OutstandingOperations {
OperationCounter^ get ();
private: void set (OperationCounter^ value);
}
Property Value
Type: System.Web.Mvc.Async.OperationCounter
The number of outstanding operations.
Examples
A Visual Studio project with source code is available to accompany this topic: Download.