你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ActorTypeInformation 类

定义

包含有关实现执行组件的类型的信息。

public sealed class ActorTypeInformation
type ActorTypeInformation = class
Public NotInheritable Class ActorTypeInformation
继承
ActorTypeInformation

构造函数

ActorTypeInformation()

初始化 ActorTypeInformation 类的新实例。

属性

EventInterfaceTypes

获取 actor 类实现的 actor 事件接口。

ImplementationType

获取实现执行组件的类的类型。

InterfaceTypes

获取从 IActor 执行组件类派生和实现的执行组件接口类型。

IsAbstract

获取一个值,该值指示实现执行组件的类是否为抽象类。

IsRemindable

获取一个值,该值指示执行组件类是否实现 IRemindable

ServiceName

如果为 ActorServiceAttribute 执行组件类指定了名称,则获取服务名称。

StatePersistence

获取表示 StatePersistence 执行组件的状态持久性类型的枚举。

方法

Get(Type)

从 actorType 创建 。ActorTypeInformation

TryGet(Type, ActorTypeInformation)

ActorTypeInformation从 actorType 创建 。

适用于