GrainReference.InvokeMethodAsync<T> 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从生成的代码调用。
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)
类型参数
- T
参数
- methodId
- Int32
- arguments
- Object[]
- options
- InvokeMethodOptions
- silo
- SiloAddress
返回
Task<T>