Partilhar via


IncrementAsyncOperationCounter Method

For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.

Increments the running count of the number of asynchronous operations in progress.

Namespace:  Microsoft.CommerceServer.Catalog
Assembly:  Microsoft.CommerceServer.Catalog (in Microsoft.CommerceServer.Catalog.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Shared Sub IncrementAsyncOperationCounter
'Usage

CatalogOperationsProgress.IncrementAsyncOperationCounter()
[BrowsableAttribute(false)]
public static void IncrementAsyncOperationCounter()
[BrowsableAttribute(false)]
public:
static void IncrementAsyncOperationCounter()
public static function IncrementAsyncOperationCounter()

Remarks

The IncrementAsyncOperationCounter and DecrementAsyncOperationCounter maintains a running count of asynchronous operations in progress by incrementing and decrementing the AsynchronousOperationsInProgress property. A value of 0 indicates no asynchronous operations are in progress.

Permissions

See Also

Reference

CatalogOperationsProgress Class

CatalogOperationsProgress Members

Microsoft.CommerceServer.Catalog Namespace