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 UserStaticSubscription

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

    Subscribing and receiving change notifications for user configuration changes. This subscription notifies changed on user attributes that are not notified by on of the other UserSubscriptions. Use this subscription to get informed about new and deleted users. To subscribe and unsubscribe use the LibManager class. Subscribe(CallbackSubscription) UnSubscribe(CallbackSubscription)

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

    UserStaticSubscription()

    Initializes a new instance of the UserStaticSubscription class

    public UserStaticSubscription()

    Methods

    OnUserStaticChanged(TChangeInfo, TUserStatic)

    Virtual method will be called after static user configuration has been changed

    public virtual void OnUserStaticChanged(TChangeInfo info, TUserStatic config)

    Parameters

    info TChangeInfo

    The standard change information

    config TUserStatic

    The changed static user configuration

    Events

    UserStaticConfigChanged

    Occurs after static user configuration has been changed

    public event OnUserStaticChanged UserStaticConfigChanged

    Event Type

    OnUserStaticChanged
    © Enreach GmbH