|
ctrlX Data Layer .NET API
4.3.0
|
![]() |
The IDatalayerSystem interface. More...
Public Member Functions | |
void | Start (bool startBroker) |
Starts the DatalayerSystem. | |
void | Stop () |
Stops the DatalayerSystem. | |
Properties | |||||
string | BfbsPath [set] | ||||
Sets the binary Flatbuffer path, which contains *.bfbs files. | |||||
IConverter | Converter [get] | ||||
Gets the Converter for Variant to JSON conversions. | |||||
IFactory | Factory [get] | ||||
Gets the Factory to create Clients and Providers.
| |||||
string | IpcPath [get] | ||||
Gets the interprocess communication path. | |||||
bool | IsStarted [get] | ||||
Checks if the DatalayerSystem is started. | |||||
![]() | |||||
bool | IsDisposed [get] | ||||
Checks disposed. | |||||
The IDatalayerSystem interface.
Definition at line 8 of file IDatalayerSystem.cs.
void Start | ( | bool | startBroker | ) |
Starts the DatalayerSystem.
startBroker | Use true to start a broker. If you are a user of the ctrlX Data Layer, set to false. |
ObjectDisposedException | Cannot access a disposed object. |
Example
Implemented in DatalayerSystem.
void Stop | ( | ) |
Stops the DatalayerSystem.
ObjectDisposedException | Cannot access a disposed object. |
Implemented in DatalayerSystem.
|
set |
Sets the binary Flatbuffer path, which contains *.bfbs files.
ObjectDisposedException | Cannot access a disposed object. |
ArgumentNullException | Argument cannot be null. |
Implemented in DatalayerSystem.
Definition at line 60 of file IDatalayerSystem.cs.
|
get |
Gets the Converter for Variant to JSON conversions.
ObjectDisposedException | Cannot access a disposed object. |
Implemented in DatalayerSystem.
Definition at line 53 of file IDatalayerSystem.cs.
|
get |
Gets the Factory to create Clients and Providers.
ObjectDisposedException | Cannot access a disposed object. |
InvalidOperationException | Operation not allowed. |
Implemented in DatalayerSystem.
Definition at line 47 of file IDatalayerSystem.cs.
|
get |
Gets the interprocess communication path.
ObjectDisposedException | Cannot access a disposed object. |
Implemented in DatalayerSystem.
Definition at line 14 of file IDatalayerSystem.cs.
|
get |
Checks if the DatalayerSystem is started.
ObjectDisposedException | Cannot access a disposed object. |
Implemented in DatalayerSystem.
Definition at line 20 of file IDatalayerSystem.cs.