GrainExtensions.GetGrainId(IAddressable) 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.
Retourne l’ID de grain correspondant au grain fourni.
public static Orleans.Runtime.GrainId GetGrainId (this Orleans.Runtime.IAddressable grain);
static member GetGrainId : Orleans.Runtime.IAddressable -> Orleans.Runtime.GrainId
<Extension()>
Public Function GetGrainId (grain As IAddressable) As GrainId
Paramètres
- grain
- IAddressable
Le grain
Retours
ID de grain correspondant au grain fourni.
Exceptions
La valeur fournie a un type incorrect ou n’a pas d’ID.