Table of Contents

Delegate OnConnectCallback

Namespace
Coherence.Transport.Web
Assembly
Coherence.Connection.Web.dll
public delegate void OnConnectCallback(int id)

Parameters

id int

Constructors

OnConnectCallback(object, IntPtr)

public OnConnectCallback(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(int, AsyncCallback, object)

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

Parameters

id int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(int)

public virtual void Invoke(int id)

Parameters

id int