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

    Delegate OnCallback

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

    EventHandler for firing and receiving change events.

    public delegate void OnCallback(CallbackSubscription sender, CallbackEventArgs args)

    Parameters

    sender CallbackSubscription
    EventHandler for firing and receiving change events.
    args CallbackEventArgs
    EventHandler for firing and receiving change events.

    Constructors

    OnCallback(object, nint)

    public OnCallback(object @object, nint method)

    Parameters

    object object
    method nint

    Methods

    BeginInvoke(CallbackSubscription, CallbackEventArgs, AsyncCallback, object)

    public virtual IAsyncResult BeginInvoke(CallbackSubscription sender, CallbackEventArgs args, AsyncCallback callback, object @object)

    Parameters

    sender CallbackSubscription
    args CallbackEventArgs
    callback AsyncCallback
    object object

    Returns

    IAsyncResult

    EndInvoke(IAsyncResult)

    public virtual void EndInvoke(IAsyncResult result)

    Parameters

    result IAsyncResult

    Invoke(CallbackSubscription, CallbackEventArgs)

    public virtual void Invoke(CallbackSubscription sender, CallbackEventArgs args)

    Parameters

    sender CallbackSubscription
    args CallbackEventArgs
    © Enreach GmbH