MonitoringAlert.Refresh Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Refreshes the alert from the data store.
public:
void Refresh();
public void Refresh ();
member this.Refresh : unit -> unit
Public Sub Refresh ()
Remarks
This method validates that the Alert is still connected to the data store and then refreshes the alert from the data store. Performing a Refresh
updates the alerts from the data source to reflect changes made to the data by you or others in a multiuser environment.