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.
Called when the Refresh standard verb is triggered.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnRefresh(
AsyncStatus status
)
protected:
virtual void OnRefresh(
AsyncStatus^ status
)
abstract OnRefresh :
status:AsyncStatus -> unit
override OnRefresh :
status:AsyncStatus -> unit
Protected Overridable Sub OnRefresh (
status As AsyncStatus
)
Parameters
status
Type: Microsoft.ManagementConsole.AsyncStatusThe object that holds the status information.
Remarks
Modal dialogs should not be shown during any request that takes an AsyncStatus object as a parameter.
See Also
View Class
Microsoft.ManagementConsole Namespace
Return to top