OperationCounter.Increment Method

 

Increments the operation count.

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

NameDescription
System_CAPS_pubmethodIncrement()

Increments the operation count by one.

System_CAPS_pubmethodIncrement(Int32)

Increments the operation count by the specified value.

Return to top

OperationCounter.Increment Method ()

Increments the operation count by one.

No code example is currently available or this language may not be supported.

Return Value

Type: System.Int32

The updated operation count.

Return to top

OperationCounter.Increment Method (Int32)

Increments the operation count by the specified value.

No code example is currently available or this language may not be supported.

Parameters

value
Type: System.Int32

The number of operations to increment the count by.

Return Value

Type: System.Int32

The updated operation count.

Return to top
Show: