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