Table of Contents

Delegate ConnectCallback

Namespace
Coherence.Runtime.Web
Assembly
Coherence.Runtime.dll
public delegate void ConnectCallback(int id)

Parameters

id int

Constructors

ConnectCallback(object, IntPtr)

public ConnectCallback(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