GrainReference.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.
Called from generated code.
protected void InvokeOneWayMethod (int methodId, object[] arguments, Orleans.CodeGeneration.InvokeMethodOptions options = Orleans.CodeGeneration.InvokeMethodOptions.None, Orleans.Runtime.SiloAddress silo = default);
member this.InvokeOneWayMethod : int * obj[] * Orleans.CodeGeneration.InvokeMethodOptions * Orleans.Runtime.SiloAddress -> unit
Protected Sub InvokeOneWayMethod (methodId As Integer, arguments As Object(), Optional options As InvokeMethodOptions = Orleans.CodeGeneration.InvokeMethodOptions.None, Optional silo As SiloAddress = Nothing)
Parameters
- methodId
- Int32
- arguments
- Object[]
- options
- InvokeMethodOptions
- silo
- SiloAddress