IGrainReferenceRuntime.InvokeMethod 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在提供的 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
调用选项。