IFPCBackupRoute::PollAtURL property
Applies to: desktop apps only
The PollAtURL property gets the URL at which to poll for information about the availability of upstream array members on the backup route.
This property is read-only.
Syntax
HRESULT get_PollAtURL(
BSTR *pbstrURL
);
' Data type: String
Property PollAtURL( _
ByVal pbstrURL As BSTR _
) As String
Property value
String that specifies the URL at which to poll for information about the availability of upstream array members on the backup route.
Error codes
This property method returns S_OK if the call is successful; otherwise, it returns an error code.
Remarks
This property is read-only. Its default value is an empty string. It can be set by calling the SetAutoPollConfig method.
This property is valid only if the AutomaticPollConfig property is set to True (VARIANT_TRUE in C++).
The URL used for polling is typically http://host_name:8080/array.dll, in which the host is the upstream proxy server on the backup route.
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
Build date: 7/12/2010