AsyncStatus Class

The AsyncStatus object represents the status of an asynchronous process.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Management.Smo.AsyncStatus

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

'Declaration
Public NotInheritable Class AsyncStatus
'Usage
Dim instance As AsyncStatus
public sealed class AsyncStatus
public ref class AsyncStatus sealed
[<SealedAttribute>]
type AsyncStatus =  class end
public final class AsyncStatus

The AsyncStatus type exposes the following members.

Properties

  Name Description
Public property ExecutionStatus Gets the execution status of the asynchronous process.
Public property LastException Gets the most recent exception generated by the asynchronous process.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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.