Class UserAndInternalsSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for parts of the user configuration and assigned internal numbers This class will be used by the ConferenceManager to be notified about conference rooms configuration changes. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserAndInternalsSubscription : CallbackSubscription
- Inheritance
-
UserAndInternalsSubscription
- Inherited Members
Constructors
UserAndInternalsSubscription()
Initializes a new instance of the UserAndInternalsSubscription class
public UserAndInternalsSubscription()
Methods
OnUserAndInternalsChanged(TChangeInfo)
Will be called after configuration has been changed
public virtual void OnUserAndInternalsChanged(TChangeInfo Info)
Parameters
Info
TChangeInfoThe standard change information
Events
UserAndInternalsChanged
Occurs if special parts of the user or internal number configuration has been changed
public event OnUserAndInternalsChanged UserAndInternalsChanged