Share via


QuickStatusAsyncResult.CompletedSynchronously Property

 

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

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

Syntax

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

Property Value

Type: System.Boolean

A Boolean: true if the asynchronous status update has completed synchronously; otherwise, false.

Implements

IAsyncResult.CompletedSynchronously

See Also

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

Return to top