GrainReference.InvokeMethodAsync<T> 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 System.Threading.Tasks.Task<T> InvokeMethodAsync<T> (int methodId, object[] arguments, Orleans.CodeGeneration.InvokeMethodOptions options = Orleans.CodeGeneration.InvokeMethodOptions.None, Orleans.Runtime.SiloAddress silo = default);
member this.InvokeMethodAsync : int * obj[] * Orleans.CodeGeneration.InvokeMethodOptions * Orleans.Runtime.SiloAddress -> System.Threading.Tasks.Task<'T>
Protected Function InvokeMethodAsync(Of T) (methodId As Integer, arguments As Object(), Optional options As InvokeMethodOptions = Orleans.CodeGeneration.InvokeMethodOptions.None, Optional silo As SiloAddress = Nothing) As Task(Of T)
Type Parameters
- T
Parameters
- methodId
- Int32
- arguments
- Object[]
- options
- InvokeMethodOptions
- silo
- SiloAddress
Returns
Task<T>