Click or drag to resize

ConnectionServices Class

Provides services that allow xTend API clients to discover and connect to FactoryLogix xTend Integration Servers.
Inheritance Hierarchy
SystemObject
  xTendServicesBase
    FactoryLogix.xTend.CoreConnectionServices

Namespace:  FactoryLogix.xTend.Core
Assembly:  FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.242.0.0 (8.242.0.0)
Syntax
public class ConnectionServices : xTendServicesBase

The ConnectionServices type exposes the following members.

Constructors
  NameDescription
Public methodConnectionServices
Initializes a new instance of the ConnectionServices class
Top
Methods
  NameDescription
Public methodConnect
Connects to a FactoryLogix xTend Integration Server.
Public methodDisconnect
Connects to a FactoryLogix xTend Integration Server.
Public methodDiscoverServers
Discovers FactoryLogix xTend Integration servers running on same local network subnet as the caller.
Public methodDiscoverServersWithTimeout
Discovers FactoryLogix xTend Integration servers running on same local network subnet as the caller.
Public methodGetDatabaseConnections
Returns a list of all Database Connections that have been configured on the designated xTend Integration Server.
Public methodGetDefaultDatabaseConnection
Returns the name of the Defualt Database Connection as configured on the designated xTend Integration Server.
Top
See Also