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 GroupSubscription

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

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

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

    GroupSubscription()

    Initializes a new instance of the GroupSubscription class

    public GroupSubscription()

    Methods

    OnGroupChanged(TChangeInfo, TGroup)

    Virtual method will be called when group configuration has been changed

    public virtual void OnGroupChanged(TChangeInfo info, TGroup userStaticConfig)

    Parameters

    info TChangeInfo
    userStaticConfig TGroup

    The changed static user configuration

    Events

    GroupConfigChanged

    Occurs if a group configuration has been changed To get change notification about group memberships use MembershipSubscription

    public event OnGroupChanged GroupConfigChanged

    Event Type

    OnGroupChanged
    © Enreach GmbH