PersistentStateAttributeMapper 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将永久性状态属性映射到相应工厂实例的属性映射器。
public class PersistentStateAttributeMapper : Orleans.Runtime.IAttributeToFactoryMapper<Orleans.Runtime.PersistentStateAttribute>
type PersistentStateAttributeMapper = class
interface IAttributeToFactoryMapper<PersistentStateAttribute>
Public Class PersistentStateAttributeMapper
Implements IAttributeToFactoryMapper(Of PersistentStateAttribute)
- 继承
-
PersistentStateAttributeMapper
- 实现
构造函数
PersistentStateAttributeMapper() |
将永久性状态属性映射到相应工厂实例的属性映射器。 |
方法
GetFactory(ParameterInfo, PersistentStateAttribute) |
负责将分面元数据从参数和分面元数据映射到可缓存工厂。 |