GrainIdKeyExtensions.GetIntegerKey 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetIntegerKey(GrainId) |
返回 Int64 grain 键的表示形式。 |
GetIntegerKey(GrainId, String) |
返回 Int64 grain 键的表示形式。 |
GetIntegerKey(GrainId)
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 主键的扩展键部分的输出参数。
返回
一个表示此粒度的键的长 。