Manages a single running asynchronous operation in Configuration Manager 2007 and stores all state data. Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

Visual Basic
Dim instance As AsyncOperationDatabase

Syntax

Visual Basic
Public Class AsyncOperationDatabase
		Implements IDisposable, ICloneable
C#
public class AsyncOperationDatabase : IDisposable, ICloneable
C++
public ref class AsyncOperationDatabase : IDisposable, ICloneable
J#
public class AsyncOperationDatabase implements IDisposable, ICloneable
JScript
public class AsyncOperationDatabase implements IDisposable, ICloneable

Remarks

Status values for an asynchronous operation are defined by the AsyncOperationDatabase.CurrentStatus enumeration.


Inheritance Hierarchy

System.Object
  Microsoft.ConfigurationManagement.ManagementProvider.AsyncOperationDatabase

Thread Safety

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

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also