次の方法で共有


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)

適用対象