TransactionalStateAttributeMapper<TAttribute> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Type Parameters
- TAttribute
- Inheritance
-
TransactionalStateAttributeMapper<TAttribute>
- Derived
- Implements
-
IAttributeToFactoryMapper<TAttribute>
Constructors
TransactionalStateAttributeMapper<TAttribute>() |
Methods
AttributeToConfig(TAttribute) | |
GetFactory(ParameterInfo, TAttribute) |