Click or drag to resize

ConnectionServices.DiscoverServersWithTimeout 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.245.0.0 (8.245.0.0)
Syntax
public List<string> DiscoverServersWithTimeout(
	int timeout
)

Parameters

timeout
Type: System.Int32
The amount of time (in milliseconds) that the discovery system should wait for responses from xTend Integration servers (1 - 60000 ms)

Return Value

Type: List<String>
A list containing the fully qualified domain names (FQDN) of all FactoryLogix xTend Integration servers running on the local subnet
See Also