Share via


AsyncOperationDatabase Members

Manages a single running asynchronous operation in Configuration Manager 2007 and stores all state data.

The following tables list the members exposed by the AsyncOperationDatabase type.

Public Constructors

  Name Description
  AsyncOperationDatabase Initializes a new instance of AsyncOperationDatabase.

Top

Public Properties

  Name Description
public property AsyncOperation Gets or sets the asynchronous operation.
public property Cancelled Gets or sets a value that indicates whether the AsyncOperationDatabase object is canceled.
public property CancelPending Gets or sets a value that indicates whether a cancelation is pending.
public property ContextInformation Gets or sets the context information for the asynchronous operation.
public property QueryEnded Gets or sets a manual reset event that indicates whether the query has ended.
public property QueryItem Gets or sets the query item for the asynchronous operation.
public property QueryString Gets or sets the query string.
public property QueryTimer Gets the query timer for the asynchronous operation.
public property SmsNodeDescription Gets or sets the Configuration Manager console node description for the asynchronous operation.
public property SmsPaneItemDescription Gets or sets the Configuration Manager console pane item that supports the asynchronous operation.

Top

Public Methods

(see also Protected Methods)

  Name Description
public method CancelAsync Cancels the asynchronous operation.
public method Clone Creates a new object that is a duplicate of the AsyncOperationDatabase object.
public method Dispose Overloaded.  
public method Equals  Overloaded. (inherited from Object)
public method GetHashCode  (inherited from Object)
public method GetType  (inherited from Object)
public methodstatic ReferenceEquals  (inherited from Object)
public method ToString  (inherited from Object)

Top

Protected Methods

  Name Description
protected method Dispose Overloaded.  
protected method Finalize  (inherited from Object)
protected method MemberwiseClone  (inherited from Object)

Top

See Also

Reference

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