Click or drag to resize

DirectCommands Class

Linkar Framework for .NET and Core


These functions perform synchronous direct (without establishing permanent session) operations with any kind of output format type.
Inheritance Hierarchy
SystemObject
  Linkar.CommandsDirectCommands

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

The DirectCommands type exposes the following members.

Constructors
 NameDescription
Public methodDirectCommandsInitializes a new instance of the DirectCommands class
Top
Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodStatic memberSendCommand Allows a variety of direct operations using standard templates (XML, JSON), synchronously only.
Public methodStatic memberSendCommandAsync Allows a variety of direct operations using standard JSON or XML templates, asynchronously.
Public methodStatic memberCode exampleSendJsonCommand Allows a variety of direct operations using standard JSON templates, synchronously only.
Public methodStatic memberCode exampleSendJsonCommandAsync Allows a variety of direct operations using standard JSON templates, asynchronously only.
Public methodStatic memberCode exampleSendXmlCommand Allows a variety of direct operations using standard XML templates, synchronously only.
Public methodStatic memberCode exampleSendXmlCommandAsync Allows a variety of asynchronous direct operations using standard XML templates, asynchronously only.
Public methodToString
(Inherited from Object)
Top
See Also