ConnectionServicesDiscoverServersWithTimeout Method  | 
 
            Discovers FactoryLogix xTend Integration servers running on same local network subnet as the caller.
            
 
    Namespace: 
   FactoryLogix.xTend.Core
    Assembly:
   FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic List<string> DiscoverServersWithTimeout(
	int timeout
)
Public Function DiscoverServersWithTimeout ( 
	timeout As Integer
) As List(Of String)
public:
virtual List<String^>^ DiscoverServersWithTimeout(
	int timeout
) sealed
abstract DiscoverServersWithTimeout : 
        timeout : int -> List<string> 
override DiscoverServersWithTimeout : 
        timeout : int -> List<string> Parameters
- timeout
 - Type: SystemInt32
The amount of time (in milliseconds) that the discovery system should wait for responses from xTend Integration servers (1 - 60000 ms) 
Return Value
Type: 
ListStringA list containing the fully qualified domain names (FQDN) of all FactoryLogix xTend Integration servers running on the local subnet
See Also