共用方式為


IGrainReferenceRuntime.InvokeOneWayMethod 方法

定義

在遠端物件上叫用引發和忘記方法。

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

目標定址接收器。

適用於