OperationCounter::Count Property

Gets the operation count.

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

public:
property int Count {
	int get ();
}

Property Value

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