Table of Contents

Delegate ReplicationServer.ExitHandler

Namespace
Coherence.Toolkit.ReplicationServer
Assembly
Coherence.Toolkit.dll
public delegate void ReplicationServer.ExitHandler(int code)

Parameters

code int

Constructors

ExitHandler(object, IntPtr)

public ExitHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(int, AsyncCallback, object)

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

Parameters

code int
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(int)

public virtual void Invoke(int code)

Parameters

code int