共用方式為


PersistentStateAttributeMapper 類別

定義

將持續性狀態屬性對應至對應處理站實例的屬性對應器。

public class PersistentStateAttributeMapper : Orleans.Runtime.IAttributeToFactoryMapper<Orleans.Runtime.PersistentStateAttribute>
type PersistentStateAttributeMapper = class
    interface IAttributeToFactoryMapper<PersistentStateAttribute>
Public Class PersistentStateAttributeMapper
Implements IAttributeToFactoryMapper(Of PersistentStateAttribute)
繼承
PersistentStateAttributeMapper
實作

建構函式

PersistentStateAttributeMapper()

將持續性狀態屬性對應至對應處理站實例的屬性對應器。

方法

GetFactory(ParameterInfo, PersistentStateAttribute)

負責將 Facet 中繼資料對應至參數和 Facet 中繼資料的可快取處理站。

適用於