Edit

Share via


IGrainReferenceRuntime.InvokeMethod Method

Definition

Invokes the specified void-returning method on the provided grain interface without waiting for a response.

public void InvokeMethod (Orleans.Runtime.GrainReference reference, Orleans.Serialization.Invocation.IInvokable request, Orleans.CodeGeneration.InvokeMethodOptions options);
abstract member InvokeMethod : Orleans.Runtime.GrainReference * Orleans.Serialization.Invocation.IInvokable * Orleans.CodeGeneration.InvokeMethodOptions -> unit
Public Sub InvokeMethod (reference As GrainReference, request As IInvokable, options As InvokeMethodOptions)

Parameters

reference
GrainReference

The grain reference.

request
IInvokable

The method description.

options
InvokeMethodOptions

The invocation options.

Applies to