Share via


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)

適用於