GrainExtensions.GetPrimaryKeyLong 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.
Surcharges
GetPrimaryKeyLong(IGrain) | |
GetPrimaryKeyLong(IAddressable) |
Retourne la |
GetPrimaryKeyLong(IGrain, String) | |
GetPrimaryKeyLong(IAddressable, String) |
Retourne la |
GetPrimaryKeyLong(IGrain)
- Source:
- GrainExtensions.cs
public static long GetPrimaryKeyLong (this Orleans.IGrain grain);
static member GetPrimaryKeyLong : Orleans.IGrain -> int64
<Extension()>
Public Function GetPrimaryKeyLong (grain As IGrain) As Long
Paramètres
- grain
- IGrain
Retours
S’applique à
GetPrimaryKeyLong(IAddressable)
- Source:
- GrainExtensions.cs
Retourne la long
représentation d’une clé primaire de grain.
public static long GetPrimaryKeyLong (this Orleans.Runtime.IAddressable grain);
static member GetPrimaryKeyLong : Orleans.Runtime.IAddressable -> int64
<Extension()>
Public Function GetPrimaryKeyLong (grain As IAddressable) As Long
Paramètres
- grain
- IAddressable
Grain pour lequel rechercher la clé primaire.
Retours
long
représentant la clé primaire de ce grain.
Exceptions
Le grain fourni n’a pas de Int64clé de base.
S’applique à
GetPrimaryKeyLong(IGrain, String)
- Source:
- GrainExtensions.cs
public static long GetPrimaryKeyLong (this Orleans.IGrain grain, out string keyExt);
static member GetPrimaryKeyLong : Orleans.IGrain * string -> int64
<Extension()>
Public Function GetPrimaryKeyLong (grain As IGrain, ByRef keyExt As String) As Long
Paramètres
- grain
- IGrain
- keyExt
- String
Retours
S’applique à
GetPrimaryKeyLong(IAddressable, String)
- Source:
- GrainExtensions.cs
Retourne la long
représentation d’une clé primaire de grain.
public static long GetPrimaryKeyLong (this Orleans.Runtime.IAddressable grain, out string keyExt);
static member GetPrimaryKeyLong : Orleans.Runtime.IAddressable * string -> int64
<Extension()>
Public Function GetPrimaryKeyLong (grain As IAddressable, ByRef keyExt As String) As Long
Paramètres
- grain
- IAddressable
Grain pour lequel rechercher la clé primaire.
- keyExt
- String
Paramètre de sortie pour renvoyer la partie clé étendue de la clé primaire de grain, si la clé primaire étendue a été fournie pour ce grain.
Retours
long
représentant la clé primaire de ce grain.
Exceptions
Le grain fourni n’a pas de Int64clé de base.