共用方式為


GrainIdKeyExtensions.TryGetIntegerKey(GrainId, Int64, String) 方法

定義

嘗試剖析 Key 所提供之粒紋識別碼的部分,以擷取 Int64 金鑰和 String 金鑰延伸模組。

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 否則為 。

適用於