PersistentStateAttributeMapper 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.
Attribute mapper which maps persistent state attributes to a corresponding factory instance.
public class PersistentStateAttributeMapper : Orleans.Runtime.IAttributeToFactoryMapper<Orleans.Runtime.PersistentStateAttribute>
type PersistentStateAttributeMapper = class
interface IAttributeToFactoryMapper<PersistentStateAttribute>
Public Class PersistentStateAttributeMapper
Implements IAttributeToFactoryMapper(Of PersistentStateAttribute)
- Inheritance
-
PersistentStateAttributeMapper
- Implements
Constructors
PersistentStateAttributeMapper() |
Methods
GetFactory(ParameterInfo, PersistentStateAttribute) |
Responsible for mapping a facet metadata to a cachable factory from the parameter and facet metadata. |