SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class GenericSubscription

    Namespace
    SWConfigDataClientLib.Proxies.ChangeManagement.Subscriptions
    Assembly
    IpPbxCDSClientLib.dll

    Subscribing and receiving change notifications for configuration changes To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)

    public class GenericSubscription : CallbackSubscription
    Inheritance
    object
    CallbackSubscription
    GenericSubscription
    Derived
    NumberProfileSubscription
    PhoneControllerSubscription
    ProviderProfileSubscription
    Inherited Members
    CallbackSubscription.m_eType
    CallbackSubscription.m_gSubcriptionID
    CallbackSubscription.m_iEntityID
    CallbackSubscription.m_gSubscriberID
    CallbackSubscription.AddCallback(OnCallback)
    CallbackSubscription.RemoveCallback(OnCallback)
    CallbackSubscription.Notify(CallbackEventArgs)
    CallbackSubscription.TraceNotify(CallbackEventArgs)
    CallbackSubscription.ContextNum
    CallbackSubscription.ContextText
    CallbackSubscription.SubscriptionTypeName
    CallbackSubscription.SubscriptionType
    CallbackSubscription.SubscriptionID
    CallbackSubscription.SubscriberID
    CallbackSubscription.EntityID
    CallbackSubscription.OnCallback

    Constructors

    GenericSubscription()

    Initializes a new instance of the GenericSubscription class.

    public GenericSubscription()

    GenericSubscription(SubscriptionType)

    Initializes a new instance of the GenericSubscription class.

    public GenericSubscription(SubscriptionType type)

    Parameters

    type SubscriptionType

    Type of the generic subscription. Only subscription types without delivery of changed data

    Methods

    OnChanged(TChangeInfo)

    Virtual method will be called when configuration has been changed.

    public virtual void OnChanged(TChangeInfo Info)

    Parameters

    Info TChangeInfo

    Events

    Changed

    public event OnCallback Changed

    Event Type

    OnCallback
    © Enreach GmbH