Click or drag to resize

LinkarClient Methods

Linkar Framework for .NET and Core


The LinkarClient type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodCode exampleGetTable Returns a query result in a table format, synchronously only, with TABLE output format.
Public methodCode exampleGetTableAsync Returns a query result in a table format, synchronously only, with TABLE output format.
Public methodGetType
(Inherited from Object)
Public methodCode exampleLkProperties Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, synchronously only, with TABLE output format.
Public methodCode exampleLkPropertiesAsync Returns the Schema properties list defined in Linkar Schemas or the file dictionaries, in a asynchronous way with TABLE output format.
Public methodCode exampleLkSchemas Returns a list of all the Schemas defined in Linkar Schemas, or the EntryPoint account data files, synchronously only, with TABLE output format.
Public methodCode exampleLkSchemasAsync 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.
Public methodLogin 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.
Public methodLoginAsync /// 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.
Public methodLogout Closes the communication with the server, that previously has been opened with a Login function, synchronously only.
Public methodLogoutAsync Closes the communication with the server, that previously has been opened with a Login function, in a asynchronous way.
Protected methodMemberwiseClone
(Inherited from Object)
Public methodToString
(Inherited from Object)
Top
See Also