IGrainReferenceRuntime.InvokeMethod 方法

定义

在提供的 grain 接口上调用指定的 void-returning 方法,而无需等待响应。

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)

参数

reference
GrainReference

grain 引用。

request
IInvokable

方法说明。

options
InvokeMethodOptions

调用选项。

适用于