Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when there is a quick status update.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
public event EventHandler QuickStatusNotificationEvent
public:
event EventHandler^ QuickStatusNotificationEvent {
virtual void add(EventHandler^ value) sealed;
virtual void remove(EventHandler^ value) sealed;
}
Public Event QuickStatusNotificationEvent As EventHandler
Implements
ITaskStatusQuery.QuickStatusNotificationEvent
Remarks
A timer is used to implement the quick status notification event. The timer interval is 10 minutes.
If necessary, you can inherit this class to implement your own event.
See Also
SyncTaskStatusQuery Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top