DecrementAsyncOperationCounter Method
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
Decrements 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 DecrementAsyncOperationCounter
'Usage
CatalogOperationsProgress.DecrementAsyncOperationCounter()
[BrowsableAttribute(false)]
public static void DecrementAsyncOperationCounter()
[BrowsableAttribute(false)]
public:
static void DecrementAsyncOperationCounter()
public static function DecrementAsyncOperationCounter()
Remarks
The IncrementAsyncOperationCounter and DecrementAsyncOperationCounter maintain 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogOperationsProgress Class