GrainIdKeyExtensions.GetIntegerKey 方法

定义

重载

GetIntegerKey(GrainId)

返回 Int64 grain 键的表示形式。

GetIntegerKey(GrainId, String)

返回 Int64 grain 键的表示形式。

GetIntegerKey(GrainId)

返回 Int64 grain 键的表示形式。

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 grain 键的表示形式。

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

如果为该 grain 提供了扩展主键,则返回 grain 主键的扩展键部分的输出参数。

返回

一个表示此粒度的键的长 。

适用于