FPCAlertActions.SetStopServices
Method
Creates a new stop-services action in the collection, or updates
the stop-services action if it already exists.
VBScript Syntax[VBScript]
[ oFPCAlertAction = ] FPCAlertActions.SetStopServices( sActionName, iServices )
C++ Syntax[C++]
HRESULT SetStopServices(
BSTR sActionName,
FpcServices iServices,
IFPCAlertAction **ppoFPCAlertAction
);
Parameters
- sActionName
- Required. String that specifies the name of the action. Can be
used to retrieve the action.
- iServices
- Required. Integer that specifies which FPC services to stop. It
can have a value from the FpcServices enumerated type.
Return Values
- oFPCAlertAction
- Returns a reference to an FPCAlertAction object for the new or
updated stop-services action.
Applies To
FPCAlertActions