Share via


AsyncOperationDatabase Class

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

'Usage
Dim instance As AsyncOperationDatabase

Syntax

'Declaration
Public Class AsyncOperationDatabase
    Implements IDisposable, ICloneable
public class AsyncOperationDatabase : IDisposable, ICloneable
public ref class AsyncOperationDatabase : IDisposable, ICloneable
public class AsyncOperationDatabase implements IDisposable, ICloneable
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

Reference

AsyncOperationDatabase Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace
AsyncOperationDatabase.CurrentStatus
AsyncOperationData