IFPCServer4::ExecuteUnscheduledUpdate method

Applies to: desktop apps only

The ExecuteUnscheduledUpdate method performs an unscheduled update operation.

Syntax

HRESULT ExecuteUnscheduledUpdate(
  [in]  FpcProtectionMechanisms UpdateServices,
  [in]  FpcProtectionMechanisms UpdateServices,
  [in]  FpcUpdateAction UpdateAction,
  [in]  FpcUpdateAction UpdateAction
);
FPCServer.ExecuteUnscheduledUpdate( _
  ByVal UpdateServices As FpcProtectionMechanisms, _
  ByVal UpdateServices As FpcProtectionMechanisms, _
  ByVal UpdateAction As FpcUpdateAction, _
  ByVal UpdateAction As FpcUpdateAction _
)

Parameters

  • UpdateServices [in]

    C++

    Required. Bitwise combination of values from the FpcProtectionMechanisms enumerated type that specify the protection mechanisms to update.

    VB

    Required. Bitwise combination of values from the FpcProtectionMechanisms enumerated type that specify the protection mechanisms to update.

  • UpdateAction [in]

    C++

    Required. Value from the FpcUpdateAction enumerated type that specifies the actions that will be performed when Forefront TMG checks for updates.

    VB

    Required. Value from the FpcUpdateAction enumerated type that specifies the actions that will be performed when Forefront TMG checks for updates.

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.

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

FPCServer

 

 

Build date: 7/12/2010