次の方法で共有


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

グレイン ID。

keyExt
String

グレインの拡張主キーが指定されている場合に、グレイン主キーの拡張キー部分を返す出力パラメーター。

戻り値

このグレインのキーを表す long。

適用対象