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.
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