GrainIdKeyExtensions.TryGetIntegerKey(GrainId, Int64, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
粒度 ID。
- key
- Int64
键。
- keyExt
- String
密钥扩展。
返回
true
如果成功分析粒度 ID,则为 ; false
否则为 。