Delegate OnCallback
- 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
Methods
BeginInvoke(CallbackSubscription, CallbackEventArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(CallbackSubscription sender, CallbackEventArgs args, AsyncCallback callback, object @object)
Parameters
sender
CallbackSubscriptionargs
CallbackEventArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(CallbackSubscription, CallbackEventArgs)
public virtual void Invoke(CallbackSubscription sender, CallbackEventArgs args)
Parameters
sender
CallbackSubscriptionargs
CallbackEventArgs