IGrainWithGuidCompoundKey 接口

定义

具有复合键的粒度的标记接口。

public interface IGrainWithGuidCompoundKey : Orleans.IGrain
type IGrainWithGuidCompoundKey = interface
    interface IGrain
    interface IAddressable
Public Interface IGrainWithGuidCompoundKey
Implements IGrain
实现

扩展方法

AsReference(IAddressable, Type)

返回对提供的 grain 的类型化引用。

AsReference<TGrainInterface>(IAddressable)

返回对提供的 grain 的类型化引用。

BindGrainReference(IAddressable, IGrainFactory)

将 grain 引用绑定到提供的 IGrainFactory

Cast(IAddressable, Type)

返回对提供的 grain 的类型化引用。

Cast<TGrainInterface>(IAddressable)

返回对提供的 grain 的类型化引用。

GetGrainId(IAddressable)

返回与提供的 grain 对应的 grain ID。

GetGrainIdentity(IGrain)

具有复合键的粒度的标记接口。

GetPrimaryKey(IGrain)

具有复合键的粒度的标记接口。

GetPrimaryKey(IGrain, String)

具有复合键的粒度的标记接口。

GetPrimaryKey(IAddressable)

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

GetPrimaryKey(IAddressable, String)

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

GetPrimaryKeyLong(IGrain)

具有复合键的粒度的标记接口。

GetPrimaryKeyLong(IGrain, String)

具有复合键的粒度的标记接口。

GetPrimaryKeyLong(IAddressable)

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

GetPrimaryKeyLong(IAddressable, String)

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

GetPrimaryKeyString(IAddressable)

返回 string grain 的主键。

IsPrimaryKeyBasedOnLong(IAddressable)

返回主键的一部分是否为 类型 long

GetImplicitStreamIdentity(IGrainWithGuidCompoundKey)

StreamIdentity grain 隐式订阅的流的构造。

适用于