Class LocationEntrySubscription
- Assembly
- IpPbxCDSClientLib.dll
Subscribing and receiving change notifications for location configuration changes To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)
public class LocationEntrySubscription : CallbackSubscription
- Inheritance
-
LocationEntrySubscription
- Inherited Members
Constructors
LocationEntrySubscription()
Initializes a new instance of the LocationEntrySubscription class
public LocationEntrySubscription()
Methods
OnLocationEntryChanged(TChangeInfo, TLocation)
Virtual method will be called when location configuration has been changed
public virtual void OnLocationEntryChanged(TChangeInfo info, TLocation config)
Parameters
info
TChangeInfoconfig
TLocation
Events
LocationEntryChanged
Occurs if a location configuration has been changed
public event OnLocationEntryChanged LocationEntryChanged