Class ServiceSettingSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for service settings. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class ServiceSettingSubscription : CallbackSubscription
- Inheritance
-
ServiceSettingSubscription
- Inherited Members
Constructors
ServiceSettingSubscription()
Initializes a new instance of the UserSipCredentialsSubscription class
public ServiceSettingSubscription()
Methods
OnServerSettingsChanged(TChangeInfo, ServiceSetting)
public virtual void OnServerSettingsChanged(TChangeInfo info, ServiceSetting setting)
Parameters
info
TChangeInfosetting
ServiceSetting
Events
ServiceSettingChanged
Occurs after sip credential configuration has been changed
public event OnServiceSettingChanged ServiceSettingChanged