Table of Contents

Delegate NativeTransport.Send

Namespace
Coherence.Core
Assembly
Coherence.Core.Native.dll
public delegate int NativeTransport.Send(byte* bytes, int count)

Parameters

bytes byte*
count int

Returns

int

Constructors

Send(object, IntPtr)

public Send(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(byte*, int, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(byte* bytes, int count, AsyncCallback callback, object @object)

Parameters

bytes byte*
count int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual int EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

int

Invoke(byte*, int)

public virtual int Invoke(byte* bytes, int count)

Parameters

bytes byte*
count int

Returns

int