Table of Contents

Delegate NativeTransport.TransportFactoryConstruct

Namespace
Coherence.Core
Assembly
Coherence.Core.Native.dll
public delegate int NativeTransport.TransportFactoryConstruct(IntPtr outFunctions, int mtu)

Parameters

outFunctions IntPtr
mtu int

Returns

int

Constructors

TransportFactoryConstruct(object, IntPtr)

public TransportFactoryConstruct(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(IntPtr, int, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(IntPtr outFunctions, int mtu, AsyncCallback callback, object @object)

Parameters

outFunctions IntPtr
mtu int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual int EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Returns

int

Invoke(IntPtr, int)

public virtual int Invoke(IntPtr outFunctions, int mtu)

Parameters

outFunctions IntPtr
mtu int

Returns

int