共用方式為


GrainIdKeyExtensions.GetIntegerKey 方法

定義

多載

GetIntegerKey(GrainId)

Int64 回細微性索引鍵的表示。

GetIntegerKey(GrainId, String)

Int64 回細微性索引鍵的表示。

GetIntegerKey(GrainId)

Int64 回細微性索引鍵的表示。

public static long GetIntegerKey (this Orleans.Runtime.GrainId grainId);
static member GetIntegerKey : Orleans.Runtime.GrainId -> int64
<Extension()>
Public Function GetIntegerKey (grainId As GrainId) As Long

參數

grainId
GrainId

要尋找索引鍵的細微性。

傳回

Int64 表示這個細微性的索引鍵。

適用於

GetIntegerKey(GrainId, String)

Int64 回細微性索引鍵的表示。

public static long GetIntegerKey (this Orleans.Runtime.GrainId grainId, out string? keyExt);
static member GetIntegerKey : Orleans.Runtime.GrainId * string -> int64
<Extension()>
Public Function GetIntegerKey (grainId As GrainId, ByRef keyExt As String) As Long

參數

grainId
GrainId

粒紋識別碼。

keyExt
String

如果針對該細微性提供擴充主鍵,則傳回延伸索引鍵部分的輸出參數。

傳回

長 表示此細微性的索引鍵。

適用於