Microsoft Internet Security and Acceleration Server 2000

FPCAlertNotification.ResetNotificationState Method

Resets the notification state of the designated alert. This method should be used to reset the threshold information of an alert collected by the alert service until the present time. ResetNotificationState is required for alerts that execute their action only once before the administrator manually resets them. For more information about alerts, see the ISA Server product documentation.

VBScript Syntax[VBScript]

FPCAlertNotification.ResetNotificationState( sAlertName )

C++ Syntax[C++]

HRESULT ResetNotificationState(
  BSTR sAlertName
);

Parameters

sAlertName
Required. String that specifies the name of the alert to be reset.

Applies To

FPCAlertNotification