Table of Contents

Delegate OnRequest

Namespace
Coherence.Runtime
Assembly
Coherence.Runtime.dll
public delegate void OnRequest(int code, string resultText, string requestId = null)

Parameters

code int
resultText string
requestId string

Constructors

OnRequest(object, IntPtr)

public OnRequest(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(int, string, string, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(int code, string resultText, string requestId, AsyncCallback callback, object @object)

Parameters

code int
resultText string
requestId string
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(int, string, string)

public virtual void Invoke(int code, string resultText, string requestId = null)

Parameters

code int
resultText string
requestId string