Class UserMessageCountSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for user message counts To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserMessageCountSubscription : CallbackSubscription
- Inheritance
-
UserMessageCountSubscription
- Inherited Members
Constructors
UserMessageCountSubscription()
Initializes a new instance of the UserSipCredentialsSubscription class
public UserMessageCountSubscription()
Methods
OnUserMessageCountChanged(TChangeInfo, TMessageCount)
Virtual method will be called when the mobile user configuration has been changed by the administration
public virtual void OnUserMessageCountChanged(TChangeInfo info, TMessageCount messageCount)
Parameters
infoTChangeInfoThe standard change information
messageCountTMessageCountThe changed message count
Events
UserMessageCountChanged
Occurs after user message count has been changed
public event OnUserMessageCountChanged UserMessageCountChanged