GrainExtensions.GetPrimaryKeyString Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetPrimaryKeyString(IGrainWithStringKey) | |
GetPrimaryKeyString(IAddressable) |
Restituisce la |
GetPrimaryKeyString(IGrainWithStringKey)
- Origine:
- GrainExtensions.cs
public static string GetPrimaryKeyString (this Orleans.IGrainWithStringKey grain);
static member GetPrimaryKeyString : Orleans.IGrainWithStringKey -> string
<Extension()>
Public Function GetPrimaryKeyString (grain As IGrainWithStringKey) As String
Parametri
- grain
- IGrainWithStringKey
Restituisce
Si applica a
GetPrimaryKeyString(IAddressable)
- Origine:
- GrainExtensions.cs
Restituisce la string
chiave primaria del granulare.
public static string GetPrimaryKeyString (this Orleans.Runtime.IAddressable grain);
static member GetPrimaryKeyString : Orleans.Runtime.IAddressable -> string
<Extension()>
Public Function GetPrimaryKeyString (grain As IAddressable) As String
Parametri
- grain
- IAddressable
Granularità per trovare la chiave primaria per.
Restituisce
Oggetto string
che rappresenta la chiave primaria per questo granularità.