RestartServices Method of the IFPCArray Interface

The RestartServices method restarts the services specified in a bitmask of the FpcServices enumerated type and any services that depend on them. This method can restart any service that can be specified by a value defined in the FpcServices enumerated type.

[C++]

Syntax

HRESULT RestartServices(
  [in]  FpcServices Services
);

Parameters

Services

Bitmask of the FpcServices enumerated type that specifies the services to be restarted.

Return Value

This method returns S_OK if the call is successful; otherwise, it returns an error code.
[Visual Basic]

Syntax

Sub RestartServices( _
  ByVal Services As FpcServices _
)

Parameters

Services

Bitmask of the FpcServices enumerated type that specifies the services to be restarted.

Return Value

This method has no return values. If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

Remarks

A bitmask specifying the services that need to be restarted to apply unsaved changes can be obtained by calling the GetServiceRestartMask method. Note that calling the Save method on any object clears all of the bits in the bitmask maintained internally by Forefront TMG.

This method does not return until all of the services that need to be restarted have finished restarting.

The Microsoft Firewall Service depends on the SQL Server Express service. If this method is called to restart the SQL Server Express service, it will also restart the Firewall service.

If a service specified is not running when this method is called, the method starts the service.

Requirements

Client Requires Windows Vista or Windows XP.
Server Requires Windows Server 2008.
Version Requires Forefront Threat Management Gateway (TMG).
IDL

Declared in Msfpccom.idl.

DLL

Requires Msfpccom.dll.

See Also

FPCArray


Send comments about this topic to Microsoft

Build date: 11/30/2009

© 2008 Microsoft Corporation. All rights reserved.