Class PortHostEnabledSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for changed port configuration: Name, Enabled, Host. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class PortHostEnabledSubscription : CallbackSubscription
- Inheritance
-
PortHostEnabledSubscription
- Inherited Members
Constructors
PortHostEnabledSubscription()
Standard constructor
public PortHostEnabledSubscription()
Methods
OnPortHostEnabledChanged(TChangeInfo, TPortHostEnabled)
Virtual method will be called after the name, host or enabled flag of a port has been changed
public virtual void OnPortHostEnabledChanged(TChangeInfo Info, TPortHostEnabled PortHostEnabledconfig)
Parameters
Info
TChangeInfoThe standard change information
PortHostEnabledconfig
TPortHostEnabled
Events
PortHostEnabledChanged
Occurs after the name, host or enabled flag of a port has been changed
public event OnCallbackPortHostEnabled PortHostEnabledChanged