OperationCounter Methods

 

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.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodIncrement()

Increments the operation count by one.

System_CAPS_pubmethodIncrement(Int32)

Increments the operation count by the specified value.

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: