Table of Contents

Delegate OnRoomCreated

Namespace
Coherence.Runtime
Assembly
Coherence.Runtime.dll
public delegate void OnRoomCreated(Result result, RoomData room)

Parameters

result Result
room RoomData

Constructors

OnRoomCreated(object, IntPtr)

public OnRoomCreated(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Result, RoomData, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Result result, RoomData room, AsyncCallback callback, object @object)

Parameters

result Result
room RoomData
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Result, RoomData)

public virtual void Invoke(Result result, RoomData room)

Parameters

result Result
room RoomData