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
public ClientConnectionPrefabProvider(object @object, IntPtr method)
Parameters
object
object
method
IntPtr
Methods
public virtual IAsyncResult BeginInvoke(ClientID clientId, ConnectionType connectionType, AsyncCallback callback, object @object)
Parameters
clientId
ClientID
connectionType
ConnectionType
callback
AsyncCallback
object
object
Returns
- IAsyncResult
public virtual CoherenceSync EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
- CoherenceSync
public virtual CoherenceSync Invoke(ClientID clientId, ConnectionType connectionType)
Parameters
clientId
ClientID
connectionType
ConnectionType
Returns
- CoherenceSync