Microsoft Internet Security and Acceleration Server 2000

FPCAlertActions.SetLogEvent Method

Creates a new log-event action in the collection, or updates the log-event action if it already exists.

VBScript Syntax[VBScript]

[ oFPCAlertAction = ] FPCAlertActions.SetLogEvent( sActionName )

C++ Syntax[C++]

HRESULT SetLogEvent(
  BSTR sActionName,
  IFPCAlertAction **ppoFPCAlertAction
);

Parameters

sActionName
Required. String that specifies the name of the action. Can be used to retrieve the action.

Return Values

oFPCAlertAction
Returns a reference to the FPCAlertAction object for the new or updated log-event action.

Applies To

FPCAlertActions