Class MobileIdentificationNumberSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for changed mobile identification numbers. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class MobileIdentificationNumberSubscription : CallbackSubscription
- Inheritance
-
MobileIdentificationNumberSubscription
- Inherited Members
Constructors
MobileIdentificationNumberSubscription()
Standard constructor
public MobileIdentificationNumberSubscription()
Methods
OnMobileIdentificationNumberChanged(TChangeInfo, TMobileIdentificationNumber)
Virtual method will be called when mobile identification number configuration has been changed
public virtual void OnMobileIdentificationNumberChanged(TChangeInfo info, TMobileIdentificationNumber minConfig)
Parameters
info
TChangeInfominConfig
TMobileIdentificationNumber
Events
MINChanged
Occurs if mobile identification number has been changed
public event OnMINChanged MINChanged