ConnectionServicesDiscoverServers 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> DiscoverServers()
Public Function DiscoverServers As List(Of String)
public:
virtual List<String^>^ DiscoverServers() sealed
abstract DiscoverServers : unit -> List<string>
override DiscoverServers : unit -> List<string>
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