Delegate LogHandler
- Namespace
- Coherence.Toolkit.ReplicationServer
- Assembly
- Coherence.ReplicationServer.dll
public delegate void LogHandler(string log)
Parameters
log
string
Constructors
LogHandler(object, IntPtr)
public LogHandler(object @object, IntPtr method)
Parameters
Methods
BeginInvoke(string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(string log, AsyncCallback callback, object @object)
Parameters
log
stringcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(string)
public virtual void Invoke(string log)
Parameters
log
string