Class ConnectionManagerBase
- Namespace
- SWConfigDataClientLib.DataManager
- Assembly
- IpPbxCDSClientLib.dll
Abstract class declaring methods and memebers of a connhection manager which manage the ConnectionClasses from several providers.
public abstract class ConnectionManagerBase
- Inheritance
-
ConnectionManagerBase
- Derived
Constructors
ConnectionManagerBase()
protected ConnectionManagerBase()
Fields
connectionIdle
Is connection currently idled
protected bool connectionIdle
Field Value
connectionOpened
Is connection currently opened
protected bool connectionOpened
Field Value
Methods
close()
cloeses the connection
public abstract void close()
open()
opens the connection
public abstract void open()