IGrainReferenceRuntime.InvokeOneWayMethod メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
リモート オブジェクトで fire メソッドと forget メソッドを呼び出します。
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
ターゲット サイロ。