Class LicenseSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for licensing and feature profile changes To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class LicenseSubscription : CallbackSubscription
- Inheritance
-
LicenseSubscription
- Inherited Members
Constructors
LicenseSubscription()
Initializes a new instance of the LicenseSubscription class
public LicenseSubscription()
Methods
OnLincenseChanged(TChangeInfo)
Virtual method will be called after license or feature profile configuration has been changed
public virtual void OnLincenseChanged(TChangeInfo Info)
Parameters
Info
TChangeInfoThe standard change information
Events
LicenseChanged
Occurs after license of feature profile has been changed
public event OnCallback LicenseChanged