SyncTaskStatusQuery.NotifyToRefreshQuickStatus Method (Object)
Notifies that the quick status needs to be reloaded.
Namespace: Microsoft.WindowsServerSolutions.Dashboard.Addins.Home
Assembly: HomeAddinContract (in HomeAddinContract.dll)
Syntax
protected void NotifyToRefreshQuickStatus(
object state
)
protected:
void NotifyToRefreshQuickStatus(
Object^ state
)
Protected Sub NotifyToRefreshQuickStatus (
state As Object
)
Parameters
state
Type: System.ObjectThe current state of the caller of this method.
See Also
SyncTaskStatusQuery Class
Microsoft.WindowsServerSolutions.Dashboard.Addins.Home Namespace
Return to top