Share via


QuickStatusAsyncResult.IsCompleted Property

 

Gets or sets a value that indicates whether the asynchronous status update has completed.

Namespace:   Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly:  HomeAddinContract (in HomeAddinContract.dll)

Syntax

public bool IsCompleted { get; set; }
public:
property bool IsCompleted {
    virtual bool get() sealed;
    virtual void set(bool value) sealed;
}
Public Property IsCompleted As Boolean

Property Value

Type: System.Boolean

A Boolean: true if the operation is complete; otherwise, false.

Implements

IAsyncResult.IsCompleted

See Also

QuickStatusAsyncResult Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace

Return to top