The IFactory interface.
More...
|
| IClient | CreateClient (string remote) |
| | Creates a ctrlX Data Layer client and connects. Automatically reconnects if the connection is interrupted.
|
| |
| IProvider | CreateProvider (string remote) |
| | Creates a ctrlX Data Layer provider and connects. Automatically reconnects if the connection is interrupted.
|
| |
The IFactory interface.
Definition at line 8 of file IFactory.cs.
◆ CreateClient()
| IClient CreateClient |
( |
string |
remote | ) |
|
Creates a ctrlX Data Layer client and connects. Automatically reconnects if the connection is interrupted.
- Parameters
-
| remote | Remote address of the ctrlX Data Layer |
- Exceptions
-
| ArgumentNullException | Argument cannot be null. |
- Returns
- The created client
◆ CreateProvider()
Creates a ctrlX Data Layer provider and connects. Automatically reconnects if the connection is interrupted.
- Parameters
-
| remote | Remote address of the ctrlX Data Layer |
- Exceptions
-
| ArgumentNullException | Argument cannot be null. |
- Returns
- The created provider
The documentation for this interface was generated from the following file:
- D:/Jenkins/workspace/sdk.datalayer.csharp/datalayer/IFactory.cs