Table of Contents

Delegate NativeTransport.SetOnOpenCallback

Namespace
Coherence.Core
Assembly
Coherence.Core.Native.dll
public delegate void NativeTransport.SetOnOpenCallback(IntPtr context, NativeTransport.OnOpenCallback onOpen)

Parameters

context IntPtr
onOpen NativeTransport.OnOpenCallback

Constructors

SetOnOpenCallback(object, IntPtr)

public SetOnOpenCallback(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(IntPtr, OnOpenCallback, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(IntPtr context, NativeTransport.OnOpenCallback onOpen, AsyncCallback callback, object @object)

Parameters

context IntPtr
onOpen NativeTransport.OnOpenCallback
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(IntPtr, OnOpenCallback)

public virtual void Invoke(IntPtr context, NativeTransport.OnOpenCallback onOpen)

Parameters

context IntPtr
onOpen NativeTransport.OnOpenCallback