GrainIdKeyExtensions.GetIntegerKey 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
GetIntegerKey(GrainId) |
傳 Int64 回細微性索引鍵的表示。 |
GetIntegerKey(GrainId, String) |
傳 Int64 回細微性索引鍵的表示。 |
GetIntegerKey(GrainId)
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
如果針對該細微性提供擴充主鍵,則傳回延伸索引鍵部分的輸出參數。
傳回
長 表示此細微性的索引鍵。