Class CallJournalClientSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for changed content in the local CallJournal To subscribe and unsubscribe use the PhoneClientFacade class. SWConfigDataClientLib.Proxies.PhoneClient.SubscribeForCallJournalContentChanges SWConfigDataClientLib.Proxies.PhoneClient.UnSubscribeForCallJournalContentChanges
public class CallJournalClientSubscription : CallbackSubscription
- Inheritance
-
CallJournalClientSubscription
- Inherited Members
Constructors
CallJournalClientSubscription()
Initializes a new instance of the CallJournalClientSubscription class
public CallJournalClientSubscription()
Methods
OnContentChanged(TChangeInfo, CallJournalContentType)
Virtual method be called when call journal content has been changed
public virtual void OnContentChanged(TChangeInfo info, CallJournalContentType callJournalContentType)
Parameters
info
TChangeInfocallJournalContentType
CallJournalContentTypeThe content type(s) that has been changed
Events
ContentChanged
Occurs if content of call journal has been changed
public event OnCallJournalClientContentChanged ContentChanged