OperationCounter.Increment Method
Increments the operation count.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | Increment() | Increments the operation count by one. |
![]() | Increment(Int32) | Increments the operation count by the specified value. |
OperationCounter.Increment Method (Int32)
Increments the operation count by the specified value.
Parameters
- value
-
Type:
System.Int32
The number of operations to increment the count by.
Show:
