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
グレイン ID。
- keyExt
- String
グレインの拡張主キーが指定されている場合に、グレイン主キーの拡張キー部分を返す出力パラメーター。
戻り値
このグレインのキーを表す long。