Class UserStaticSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for user configuration changes. This subscription notifies changed on user attributes that are not notified by on of the other UserSubscriptions. Use this subscription to get informed about new and deleted users. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserStaticSubscription : CallbackSubscription
- Inheritance
-
UserStaticSubscription
- Inherited Members
Constructors
UserStaticSubscription()
Initializes a new instance of the UserStaticSubscription class
public UserStaticSubscription()
Methods
OnUserStaticChanged(TChangeInfo, TUserStatic)
Virtual method will be called after static user configuration has been changed
public virtual void OnUserStaticChanged(TChangeInfo info, TUserStatic config)
Parameters
info
TChangeInfoThe standard change information
config
TUserStaticThe changed static user configuration
Events
UserStaticConfigChanged
Occurs after static user configuration has been changed
public event OnUserStaticChanged UserStaticConfigChanged