Microsoft Internet Security and Acceleration Server 2004 SDK

PollAtURL Property of IFPCBackupRoute[C++]

FPCBackupRoute.PollAtURL [Visual Basic]

[C++]

The PollAtURL property gets the URL at which to poll for the array configuration information. This property is valid only if the AutomaticPollConfig property is set to VARIANT_TRUE.

HRESULT get_PollAtURL(
  BSTR* pbstrURL
);

Parameters

pbstrURL
Pointer to a BSTR that is set on return to a string value specifying the URL at which to poll for the array configuration information.

Return Values

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

Remarks

This property is read-only.

The URL retrieved is typically hosted on the upstream proxy server on the backup route.

[Visual Basic]

The PollAtURL property gets the URL at which to poll for the array configuration information. This property is valid only if the AutomaticPollConfig property is set to True.

Property PollAtURL As String

Property Value

String that specifies the URL at which to poll for the array configuration information.

Remarks

This property is read-only.

The URL retrieved is typically hosted on the upstream proxy server on the backup route.

Requirements

Server: Requires Windows Server 2003 or Windows 2000.
Version: Requires Internet Security and Acceleration Server 2004.
Header: Declared in Msfpccom.idl.
Library: Use Microsoft Internet Security and Acceleration Server 2004 Administration Library.

See Also

FPCBackupRoute