IGrainReferenceRuntime.InvokeOneWayMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes a fire and forget method on a remote object.
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)
Parameters
- reference
- GrainReference
The reference to the addressable target.
- methodId
- Int32
The method to invoke.
- arguments
- Object[]
The method payload.
- options
- InvokeMethodOptions
Invocation options.
- silo
- SiloAddress
The target silo.