Abstract Manager. This is base class for various Manager implementations.

Namespace: hr.tis.mgw.client.common
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public MustInherit Class AbstractManager2
C#
public abstract class AbstractManager2
Visual C++
public ref class AbstractManager2 abstract

Remarks

Service URL is address of Parlay X web services on mGw. Username and Password are used when authenticating to mGw. Every call/message send to mGw require authentication. Timeout is value in miliseconds after which call/message send to mGw will be aborted if responce is not received. Default value is 30 seconds. Threaded Listener specify if every received message will spawn new thread to process received message. Default value is true.

Inheritance Hierarchy