Class PortSubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for changed trunk configuration including all related data like TrunkGroups, TrunkGroupParameters, TrunkParameters, PortNumberRanges etc. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class PortSubscription : CallbackSubscription
- Inheritance
-
PortSubscription
- Inherited Members
Constructors
PortSubscription()
Initializes a new instance of the PortSubscription class
public PortSubscription()
Methods
OnPortChanged(TChangeInfo, PortEventArgs)
Virtual method will be called after trunk configuration has been changed
public virtual void OnPortChanged(TChangeInfo Info, PortEventArgs args)
Parameters
Info
TChangeInfoThe standard change info
args
PortEventArgsArgs containing the names of changed attributes
Events
PortChanged
Occurs after trunk configuration changed
public event OnCallbackPortConfig PortChanged