OperationCounter.Decrement Method

Reduces the operation count by 1.

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

'Declaration
Public Function Decrement As Integer
'Usage
Dim instance As OperationCounter 
Dim returnValue As Integer 

returnValue = instance.Decrement()

Return Value

Type: System.Int32
The updated operation count.
Show: