|
ctrlX Data Layer API for .NET 5
2.1.0
|
|
IClient CreateIpcClient()
Creates the client with Inter-Process communication protocol (IPC) for accessing data of the Datalaye...
IClient CreateTcpClient(IPAddress ipAddress, int port, string username, string password)
Creates the client with TCP protocol for accessing data of the Datalayer.
IClient CreateClient(string remote)
Creates the client for accessing data of the Datalayer.
IProvider CreateProvider(string remote)
Creates the provider which provides data to the Datalayer.
IProvider CreateIpcProvider()
Creates the provider with Inter-Process communication protocol (IPC) for accessing data of the Datala...
IProvider CreateTcpProvider(IPAddress ipAddress, int port, string username, string password)
Creates the provider with TCP protocol for accessing data of the Datalayer.