IFPCArray::RestartServices method

Applies to: desktop apps only

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.

Syntax

HRESULT RestartServices(
  [in]  FpcServices Services
);
FPCArray.RestartServices( _
  ByVal Services As FpcServices _
)

Parameters

  • Services [in]
    Bitmask of the FpcServices enumerated type that specifies the services to be restarted.

Return value

C++

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

VB

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

Minimum supported client

Windows Vista

Minimum supported server

Windows Server 2008 R2, Windows Server 2008 with SP2 (64-bit only)

Version

Forefront Threat Management Gateway (TMG) 2010

IDL

Msfpccom.idl

DLL

Msfpccom.dll

See also

FPCArray

 

 

Build date: 7/12/2010