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