Class GenericSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for configuration changes To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class GenericSubscription : CallbackSubscription
- Inheritance
-
GenericSubscription
- Derived
- Inherited Members
Constructors
GenericSubscription()
Initializes a new instance of the GenericSubscription class.
public GenericSubscription()
GenericSubscription(SubscriptionType)
Initializes a new instance of the GenericSubscription class.
public GenericSubscription(SubscriptionType type)
Parameters
type
SubscriptionTypeType of the generic subscription. Only subscription types without delivery of changed data
Methods
OnChanged(TChangeInfo)
Virtual method will be called when configuration has been changed.
public virtual void OnChanged(TChangeInfo Info)
Parameters
Info
TChangeInfo
Events
Changed
public event OnCallback Changed