Microsoft Internet Security and Acceleration Server 2000

FPCArray.SendRestartNotification Method

Gets a list of services that must be restarted, and sets a flag under each server for each service to be restarted. The ISA control service reacts to these flags and restarts the affected service when they change. You can use this method to restart the Firewall service, the Web proxy service, or both.

VBScript Syntax[VBScript]

FPCArray.SendRestartNotification( Services )

C++ Syntax[C++]

HRESULT SendRestartNotification (
  FpcServices Services
);

Parameters

Services
Specifies the services to be restarted. Can have a value from the FpcServices enumerated type.

The property is read-only.

Applies To

FPCArray