OperationCounter.Decrement Method

 

Reduces the operation count by 1.

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

NameDescription
System_CAPS_pubmethodDecrement()

Reduces the operation count by 1.

System_CAPS_pubmethodDecrement(Int32)

Reduces the operation count by the specified value.

Return to top

OperationCounter.Decrement Method ()

Reduces the operation count by 1.

public int Decrement()

Return Value

Type: System.Int32

The updated operation count.

Return to top

OperationCounter.Decrement Method (Int32)

Reduces the operation count by the specified value.

public int Decrement(
	int value
)

Parameters

value
Type: System.Int32

The number of operations to reduce the count by.

Return Value

Type: System.Int32

The updated operation count.

Return to top
Show: