Click or drag to resize

Linkar Class

Linkar Framework .NET (Core and Framework)


Class with two static functions to perform Direct and Persistent operation with Linkar Server
Inheritance Hierarchy
SystemObject
  LinkarLinkar

Namespace: Linkar
Assembly: Linkar (in Linkar.dll) Version: 2.3.1
Syntax
public static class Linkar

The Linkar type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberClientVersion Client Version
Top
Methods
 NameDescription
Public methodStatic memberExecuteDirectOperation Execute "direct operations". These operations don't stablish a permanent session. Once the operations is finished, the session is closed.
Public methodStatic memberExecutePersistentOperation Execute "persistent operations". These operations required that a session will be stablished previously with Login operation.
Top
See Also