IFPCNisSignatures::Save method

Applies to: desktop apps only

The Save method writes the current values of all the properties of the collection and its elements to persistent storage. It is important to remember that any changes made by scripts and programs are not saved until after the Save method is called.

Syntax

HRESULT Save(
  [in, optional]  VARIANT_BOOL fResetRequiredServices,
  [in, optional]  Boolean fResetRequiredServices,
  [in, optional]  VARIANT_BOOL fReloadConfiguration,
  [in, optional]  Boolean fReloadConfiguration
);
FPCNisSignatures.Save( _
  [ ByVal fResetRequiredServices As VARIANT_BOOL ], _
  [ ByVal fResetRequiredServices As Boolean ], _
  [ ByVal fReloadConfiguration As VARIANT_BOOL ], _
  [ ByVal fReloadConfiguration As Boolean ] _
)

Parameters

  • fResetRequiredServices [in, optional]

    C++

    Boolean value that indicates whether to restart the services that need to be restarted for any of the changes saved to take effect. The default value is VARIANT_FALSE.

    VB

    Boolean value that indicates whether to restart the services that need to be restarted for any of the changes saved to take effect. The default value is True.

  • fReloadConfiguration [in, optional]

    C++

    This parameter is provided for compatibility with ISA Server. The default value is VARIANT_TRUE. In Forefront TMG, this parameter is ignored.

    VB

    This parameter is provided for compatibility with ISA Server. The default value is True. In Forefront TMG, this parameter is ignored.

Return value

C++

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

VB

If the call is unsuccessful, an error is raised that can be intercepted by using an error handler.

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

FPCNisSignatures

 

 

Build date: 7/12/2010