Class UserRemoteInquirySubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for remote inquiry configuration. This subscription can only be used by the IpPbxSrv itself. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class UserRemoteInquirySubscription : CallbackSubscription
- Inheritance
-
UserRemoteInquirySubscription
- Inherited Members
Constructors
UserRemoteInquirySubscription()
Initializes a new instance of the UserRemoteInquirySubscription class
public UserRemoteInquirySubscription()
Methods
OnUserRemoteInquiryChanged(TChangeInfo, TRemoteInquiry)
Virtual method will be called after remote inquiry configuration of an user has been changed
public virtual void OnUserRemoteInquiryChanged(TChangeInfo info, TRemoteInquiry config)
Parameters
info
TChangeInfoThe standard change information
config
TRemoteInquiryThe changed remote inquiry configuration
Events
UserRemoteInquiryChanged
Occurs after remote inquiry configuration of an user has been changed
public event OnCallbackRemoteInquiry UserRemoteInquiryChanged