OperationCounter Class
Provides a container that maintains a count of pending asynchronous operations.
Namespace: System.Web.Mvc.Async
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The OperationCounter type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Decrement() | Reduces the operation count by 1. |
![]() | Decrement(Int32) | Reduces the operation count by the specified value. |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Increment() | Increments the operation count by one. |
![]() | Increment(Int32) | Increments the operation count by the specified value. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Show:



