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