Class ParallelCallSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for changed parallel call configuration
public class ParallelCallSubscription : CallbackSubscription
- Inheritance
-
ParallelCallSubscription
- Inherited Members
Constructors
ParallelCallSubscription()
nitializes a new instance of the ParallelCallSubscription class
public ParallelCallSubscription()
Methods
OnParallelCallChanged(TChangeInfo, TParallelCall)
Virtual method will be called when an users parallel call configuration has been changed
public virtual void OnParallelCallChanged(TChangeInfo info, TParallelCall parallelCallConfig)
Parameters
info
TChangeInfoThe standard change information
parallelCallConfig
TParallelCallThe changed parallel call configuration
Events
ParallelCallChanged
Occurs if static user parallel call configuration has been changed
public event OnParallelCallChanged ParallelCallChanged