GrainIdKeyExtensions 类

定义

密钥的 GrainId 扩展。

public static class GrainIdKeyExtensions
type GrainIdKeyExtensions = class
Public Module GrainIdKeyExtensions
继承
GrainIdKeyExtensions

方法

CreateGuidKey(Guid)

创建表示 IdSpan 键的 Guid

CreateGuidKey(Guid, ReadOnlySpan<Byte>)

创建一个 IdSpan 表示 Guid 密钥和密钥扩展字符串的 。

CreateGuidKey(Guid, String)

创建一个 IdSpan 表示 Guid 密钥和密钥扩展字符串的 。

CreateIntegerKey(Int64)

创建表示 IdSpan 键的 Int64

CreateIntegerKey(Int64, ReadOnlySpan<Byte>)

创建一个 IdSpan 表示 Int64 密钥和密钥扩展字符串的 。

CreateIntegerKey(Int64, String)

创建一个 IdSpan 表示 Int64 密钥和密钥扩展字符串的 。

GetGuidKey(GrainId)

返回 Guid grain 主键的表示形式。

GetGuidKey(GrainId, String)

返回 Guid grain 主键的表示形式。

GetIntegerKey(GrainId)

返回 Int64 grain 键的表示形式。

GetIntegerKey(GrainId, String)

返回 Int64 grain 键的表示形式。

TryGetGuidKey(GrainId, Guid, String)

尝试分析 Key 提供的 grain ID 部分,以提取 Guid 密钥和 String 密钥扩展。

TryGetIntegerKey(GrainId, Int64, String)

尝试分析 Key 提供的 grain ID 部分,以提取 Int64 密钥和 String 密钥扩展。

适用于