MonitoringAlert.Refresh Method ()
Applies To: Operations Manager for System Center 2012
Refreshes the alert from the data store.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public void Refresh()
public:
void Refresh()
member 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.
See Also
MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top