Delegate ErrorCallback
- Namespace
- Coherence.Runtime.Web
- Assembly
- Coherence.Runtime.dll
public delegate void ErrorCallback(int id, string msg)
Parameters
id
int
msg
string
Constructors
ErrorCallback(object, IntPtr)
public ErrorCallback(object @object, IntPtr method)
Parameters
object
object
method
IntPtr
Methods
BeginInvoke(int, string, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(int id, string msg, AsyncCallback callback, object @object)
Parameters
id
int
msg
string
callback
AsyncCallback
object
object
Returns
- IAsyncResult
EndInvoke(IAsyncResult)
public virtual void EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Invoke(int, string)
public virtual void Invoke(int id, string msg)
Parameters
id
int
msg
string