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 GlobalConfigSubscription

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

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

    public class GlobalConfigSubscription : CallbackSubscription
    Inheritance
    object
    CallbackSubscription
    GlobalConfigSubscription
    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

    GlobalConfigSubscription()

    Initializes a new instance of the GlobalConfigSubscription subscription

    public GlobalConfigSubscription()

    Methods

    OnGlobalConfigChanged(TChangeInfo, GlobalConfigEventArgs)

    Virtual method will be called when global configuration has been changed

    public virtual void OnGlobalConfigChanged(TChangeInfo Info, GlobalConfigEventArgs args)

    Parameters

    Info TChangeInfo

    The standard change information

    args GlobalConfigEventArgs

    The event arguments including all further change information

    Events

    GlobalConfigChanged

    Occurs after global config has been changed

    public event OnCallbackGlobalConfig GlobalConfigChanged

    Event Type

    OnCallbackGlobalConfig
    © Enreach GmbH