Class GroupSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for group configuration changes. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class GroupSubscription : CallbackSubscription
- Inheritance
-
GroupSubscription
- Inherited Members
Constructors
GroupSubscription()
Initializes a new instance of the GroupSubscription class
public GroupSubscription()
Methods
OnGroupChanged(TChangeInfo, TGroup)
Virtual method will be called when group configuration has been changed
public virtual void OnGroupChanged(TChangeInfo info, TGroup userStaticConfig)
Parameters
info
TChangeInfouserStaticConfig
TGroupThe changed static user configuration
Events
GroupConfigChanged
Occurs if a group configuration has been changed To get change notification about group memberships use MembershipSubscription
public event OnGroupChanged GroupConfigChanged