Class RemoteConnectorSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications of the configuration To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class RemoteConnectorSubscription : CallbackSubscription
- Inheritance
-
RemoteConnectorSubscription
- Inherited Members
Constructors
RemoteConnectorSubscription()
Initializes a new instance of the GlobalConfigSubscription subscription
public RemoteConnectorSubscription()
Methods
OnRemoteConnectorConfigChanged(TChangeInfo, RemoteConnectorEventArgs)
Virtual method will be called when configuration has been changed
public virtual void OnRemoteConnectorConfigChanged(TChangeInfo Info, RemoteConnectorEventArgs args)
Parameters
Info
TChangeInfoThe standard change information
args
RemoteConnectorEventArgsThe event arguments including all further change information
Events
ConfigChanged
Occurs after global config has been changed
public event OnCallbackRemoteConnectorConfig ConfigChanged