Table of Contents

Delegate OnErrorCallback

Namespace
Coherence.Transport.Web
Assembly
Coherence.Connection.Web.dll
public delegate void OnErrorCallback(int id, string errorJson)

Parameters

id int
errorJson string

Constructors

OnErrorCallback(object, IntPtr)

public OnErrorCallback(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(int, string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(int id, string errorJson, AsyncCallback callback, object @object)

Parameters

id int
errorJson string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(int, string)

public virtual void Invoke(int id, string errorJson)

Parameters

id int
errorJson string