IGrainReferenceRuntime.InvokeOneWayMethod 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在远程对象上调用火和忘记方法。
public void InvokeOneWayMethod (Orleans.Runtime.GrainReference reference, int methodId, object[] arguments, Orleans.CodeGeneration.InvokeMethodOptions options, Orleans.Runtime.SiloAddress silo);
abstract member InvokeOneWayMethod : Orleans.Runtime.GrainReference * int * obj[] * Orleans.CodeGeneration.InvokeMethodOptions * Orleans.Runtime.SiloAddress -> unit
Public Sub InvokeOneWayMethod (reference As GrainReference, methodId As Integer, arguments As Object(), options As InvokeMethodOptions, silo As SiloAddress)
参数
- reference
- GrainReference
对可寻址目标的引用。
- methodId
- Int32
要调用的方法。
- arguments
- Object[]
方法有效负载。
- options
- InvokeMethodOptions
调用选项。
- silo
- SiloAddress
目标接收器。