Table of Contents

Delegate ReplicationServer.LogHandler

Namespace
Coherence.Toolkit.ReplicationServer
Assembly
Coherence.Toolkit.dll
public delegate void ReplicationServer.LogHandler(string log)

Parameters

log string

Constructors

LogHandler(object, IntPtr)

public LogHandler(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(string log, AsyncCallback callback, object @object)

Parameters

log string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(string)

public virtual void Invoke(string log)

Parameters

log string