OperationCounter.Increment Method (Int32)

Increments the operation count by the specified value.

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

'Declaration
Public Function Increment ( _
	value As Integer _
) As Integer
'Usage
Dim instance As OperationCounter 
Dim value As Integer 
Dim returnValue As Integer 

returnValue = instance.Increment(value)

Parameters

value
Type: System.Int32

The number of operations to increment the count by.

Return Value

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