TransactionalStateAttributeMapper<TAttribute> 类

定义

public abstract class TransactionalStateAttributeMapper<TAttribute> : Orleans.Runtime.IAttributeToFactoryMapper<TAttribute> where TAttribute : IFacetMetadata, ITransactionalStateConfiguration
type TransactionalStateAttributeMapper<'Attribute (requires 'Attribute :> IFacetMetadata and 'Attribute :> ITransactionalStateConfiguration)> = class
    interface IAttributeToFactoryMapper<'Attribute (requires 'Attribute :> IFacetMetadata and 'Attribute :> ITransactionalStateConfiguration)>
Public MustInherit Class TransactionalStateAttributeMapper(Of TAttribute)
Implements IAttributeToFactoryMapper(Of TAttribute)

类型参数

TAttribute
继承
TransactionalStateAttributeMapper<TAttribute>
派生
实现

构造函数

TransactionalStateAttributeMapper<TAttribute>()

方法

AttributeToConfig(TAttribute)
GetFactory(ParameterInfo, TAttribute)

适用于