Table of Contents

Delegate OnMatch

Namespace
Coherence.Runtime
Assembly
Coherence.Runtime.dll
public delegate void OnMatch(Result result, MatchResponse match)

Parameters

result Result
match MatchResponse

Constructors

OnMatch(object, IntPtr)

public OnMatch(object @object, IntPtr method)

Parameters

object object
method IntPtr

Methods

BeginInvoke(Result, MatchResponse, AsyncCallback, object)

public virtual IAsyncResult BeginInvoke(Result result, MatchResponse match, AsyncCallback callback, object @object)

Parameters

result Result
match MatchResponse
callback AsyncCallback
object object

Returns

IAsyncResult

EndInvoke(IAsyncResult)

public virtual void EndInvoke(IAsyncResult result)

Parameters

result IAsyncResult

Invoke(Result, MatchResponse)

public virtual void Invoke(Result result, MatchResponse match)

Parameters

result Result
match MatchResponse