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
目標定址接收器。