Class UserSystemPhoneSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications quota infor. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserSystemPhoneSubscription : CallbackSubscription
- Inheritance
-
UserSystemPhoneSubscription
- Inherited Members
Constructors
UserSystemPhoneSubscription()
Initializes a new instance of the UserSystemPhoneSubscription class
public UserSystemPhoneSubscription()
Methods
OnUserSystemPhoneChanged(TChangeInfo, TUserSystemPhone)
Virtual method will be called when the configuration of one or more system phones been changed by the administration
public virtual void OnUserSystemPhoneChanged(TChangeInfo info, TUserSystemPhone userSystemPhoneInfo)
Parameters
info
TChangeInfoThe standard change information
userSystemPhoneInfo
TUserSystemPhoneThe changed system phone configuration
Events
UserSystemPhoneChanged
Occurs after system phone configuration has been changed
public event OnUserSystemPhoneChanged UserSystemPhoneChanged