GrainIdKeyExtensions.TryGetIntegerKey(GrainId, Int64, String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public static bool TryGetIntegerKey (this Orleans.Runtime.GrainId grainId, out long key, out string? keyExt);
static member TryGetIntegerKey : Orleans.Runtime.GrainId * int64 * string -> bool
<Extension()>
Public Function TryGetIntegerKey (grainId As GrainId, ByRef key As Long, ByRef keyExt As String) As Boolean
參數
- grainId
- GrainId
粒紋識別碼。
- key
- Int64
索引鍵。
- keyExt
- String
金鑰延伸模組。
傳回
true
成功剖析粒紋識別碼時, false
否則為 。