Share via


MonitoringAlert.Refresh Method

Definition

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.

Applies to