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
Methods
BeginInvoke(int, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(int code, AsyncCallback callback, object @object)
Parameters
code
intcallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(int)
public virtual void Invoke(int code)
Parameters
code
int