ITaskStatusQuery.QuickStatusNotificationEvent Event
Occurs when there is a quick status update.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
event EventHandler QuickStatusNotificationEvent
event EventHandler^ QuickStatusNotificationEvent {
void add(EventHandler^ value);
void remove(EventHandler^ value);
}
Event QuickStatusNotificationEvent As EventHandler
Remarks
This event simply notifies the calling entity; it does not return any actual results. The caller should start an asynchronous query to get the result.
See Also
ITaskStatusQuery Interface
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top