Click here for NewsObjects Overview
TransferServerName Method (Connect Control)
Windows - Visual C++


Description
The TransferServerName method returns the name of the n'th server (one-based) in the TransferServer list. 

Syntax
CString name = TransferServerName(long value);

The TransferServerName method syntax has these parts:

Part

Description

value

Long server number

name

String containing the textual version of the server name

Remarks
Valid only after a transition to Fault state. Null string if n is out of bounds. Server Name 1 may or may not be the same as the SessionInfo Backup Server name. In general you should use the TransferServerName after a fault, and the BackupServer after a timeout.

Back to: Connect Methods