Table of Contents

Delegate ClientConnectionPrefabProvider

Namespace
Coherence.Toolkit
Assembly
Coherence.Toolkit.dll
public delegate CoherenceSync ClientConnectionPrefabProvider(ClientID clientId, ConnectionType connectionType)

Parameters

clientId ClientID
connectionType ConnectionType

Returns

CoherenceSync

Constructors

ClientConnectionPrefabProvider(object, IntPtr)

public ClientConnectionPrefabProvider(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(ClientID, ConnectionType, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(ClientID clientId, ConnectionType connectionType, AsyncCallback callback, object @object)

Parameters

clientId ClientID
connectionType ConnectionType
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual CoherenceSync EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

CoherenceSync

Invoke(ClientID, ConnectionType)

public virtual CoherenceSync Invoke(ClientID clientId, ConnectionType connectionType)

Parameters

clientId ClientID
connectionType ConnectionType

Returns

CoherenceSync