PersistentStateAttributeMapper 类

定义

将永久性状态属性映射到相应工厂实例的属性映射器。

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)

负责将分面元数据从参数和分面元数据映射到可缓存工厂。

适用于