Partager via


GrainExtensions.GetGrainId(IAddressable) Méthode

Définition

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.

S’applique à