Click or drag to resize

LinkarClient Class

Linkar Framework for .NET and Core


These functions perform synchronous persistent (establishing permanent session) operations with any kind of output format type.
Inheritance Hierarchy
SystemObject
  Linkar.Commands.PersistentLinkarClient

Namespace: Linkar.Commands.Persistent
Assembly: Linkar.Commands (in Linkar.Commands.dll) Version: 2.3.1
Syntax
public class LinkarClient

The LinkarClient type exposes the following members.

Constructors
 NameDescription
Public methodLinkarClient Initializes a new instance of the LinkarClt class.
Top
Properties
 NameDescription
Public propertySessionID SessionID of the connection.
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
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 methodSendCommand Allows a variety of persistent operations using standard templates (XML, JSON), synchronously only.
Public methodSendCommandAsync Allows a variety of persistent operations using standard JSON templates, in a asynchronous way.
Public methodCode exampleSendJsonCommand Allows a variety of persistent operations using standard JSON templates, synchronously only.
Public methodCode exampleSendJsonCommandAsync Allows a variety of persistent operations using standard JSON templates, in a asynchronous way.
Public methodCode exampleSendXmlCommand Allows a variety of persistent operations using standard XML templates, synchronously only.
Public methodCode exampleSendXmlCommandAsync Allows a variety of asynchronous persistent operations using standard XML templates.
Public methodToString
(Inherited from Object)
Top
See Also