Table of Contents

Delegate ExitHandler

Namespace
Coherence.Toolkit.ReplicationServer
Assembly
Coherence.ReplicationServer.dll
public delegate void 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