Delegate OnCallback
- Assembly
- IpPbxCDSClientLib.dll
EventHandler for firing and receiving change events.
public delegate void OnCallback(CallbackSubscription sender, CallbackEventArgs args)
Parameters
senderCallbackSubscription- EventHandler for firing and receiving change events.
argsCallbackEventArgs- EventHandler for firing and receiving change events.
Constructors
OnCallback(object, nint)
public OnCallback(object @object, nint method)
Parameters
Methods
BeginInvoke(CallbackSubscription, CallbackEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(CallbackSubscription sender, CallbackEventArgs args, AsyncCallback callback, object @object)
Parameters
senderCallbackSubscriptionargsCallbackEventArgscallbackAsyncCallbackobjectobject
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
resultIAsyncResult
Invoke(CallbackSubscription, CallbackEventArgs)
public virtual void Invoke(CallbackSubscription sender, CallbackEventArgs args)
Parameters
senderCallbackSubscriptionargsCallbackEventArgs