PersistentStateAttributeMapper Class

Definition

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.

Applies to