IGrainReferenceRuntime.InvokeOneWayMethod 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.
Appelle une méthode fire et forget sur un objet distant.
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)
Paramètres
- reference
- GrainReference
Référence à la cible adressable.
- methodId
- Int32
La méthode à appeler.
- arguments
- Object[]
Charge utile de la méthode.
- options
- InvokeMethodOptions
Options d’appel.
- silo
- SiloAddress
Silo cible.