OperationCounter Class

 

Provides a container that maintains a count of pending asynchronous operations.

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

System::Object
  System.Web.Mvc.Async::OperationCounter

public ref class OperationCounter sealed 

NameDescription
System_CAPS_pubmethodOperationCounter()

Initializes a new instance of the OperationCounter class.

NameDescription
System_CAPS_pubpropertyCount

Gets the operation count.

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.)

NameDescription
System_CAPS_pubeventCompleted

Occurs when an asynchronous method completes.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: