Class GlobalUserConfigSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for the global user configuration To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class GlobalUserConfigSubscription : CallbackSubscription
- Inheritance
-
GlobalUserConfigSubscription
- Inherited Members
Constructors
GlobalUserConfigSubscription()
Initializes a new instance of the GlobalRecordingConfigSubscription class
public GlobalUserConfigSubscription()
Methods
OnGlobalUserConfigChanged(TChangeInfo, GlobalUserConfigEventArgs)
Virtual method Will be called when global configuration has been changed
public virtual void OnGlobalUserConfigChanged(TChangeInfo Info, GlobalUserConfigEventArgs args)
Parameters
InfoTChangeInfoThe standard change information
argsGlobalUserConfigEventArgsThe event arguments including all further change information
Events
GlobalUserConfigChanged
Occurs after the global recording configuration has been changed
public event OnCallbackGlobalUserConfig GlobalUserConfigChanged