GrainReference.InvokeMethodAsync<T> Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé à partir du code généré.
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)
Paramètres de type
- T
Paramètres
- methodId
- Int32
- arguments
- Object[]
- options
- InvokeMethodOptions
- silo
- SiloAddress
Retours
Task<T>