Table of Contents

Delegate NativeTransport.PrepareDisconnect

Namespace
Coherence.Core
Assembly
Coherence.Core.Native.dll
public delegate void NativeTransport.PrepareDisconnect()

Constructors

PrepareDisconnect(object, IntPtr)

public PrepareDisconnect(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(AsyncCallback, object)

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

Parameters

callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke()

public virtual void Invoke()