Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public List<string> DiscoverServersWithTimeout(
	int timeout
)

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: ListString
A list containing the fully qualified domain names (FQDN) of all FactoryLogix xTend Integration servers running on the local subnet
See Also