Linkar |
The LinkarClient type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetTable | Returns a query result in a table format, synchronously only, with TABLE output format. | |
| GetTableAsync | Returns a query result in a table format, synchronously only, with TABLE output format. | |
| GetType | (Inherited from Object) | |
| LkProperties | Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only, with TABLE output format. | |
| LkPropertiesAsync | Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, in a asynchronous way with TABLE output format. | |
| LkSchemas | Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only, with TABLE output format. | |
| LkSchemasAsync | Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, in a asynchronous way with TABLE output format. | |
| Login | Starts the communication with a server allowing making use of the rest of functions until the Close method is executed or the connection with the server gets lost, synchronously only. | |
| LoginAsync | /// Starts the communication with a server allowing making use of the rest of functions until the Close method is executed or the connection with the server gets lost, in a asynchronous way. | |
| Logout | Closes the communication with the server, that previously has been opened with a Login function, synchronously only. | |
| LogoutAsync | Closes the communication with the server, that previously has been opened with a Login function, in a asynchronous way. | |
| MemberwiseClone | (Inherited from Object) | |
| ToString | (Inherited from Object) |