QuickStatusAsyncResult.Canceled Property
Gets or sets a value that indicates whether the asynchronous status update has been canceled.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
public bool Canceled { get; set; }
public:
property bool Canceled {
bool get();
void set(bool value);
}
Public Property Canceled As Boolean
Property Value
Type: System.Boolean
A Boolean: true if the asynchronous status update has been canceled; otherwise, false.
See Also
QuickStatusAsyncResult Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top