PersistentStateAttribute クラス

定義

適用されるコンストラクター引数の IPersistentState<TState> オプションを指定します。

[System.AttributeUsage(System.AttributeTargets.Parameter)]
public class PersistentStateAttribute : Attribute, Orleans.IFacetMetadata, Orleans.Runtime.IPersistentStateConfiguration
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type PersistentStateAttribute = class
    inherit Attribute
    interface IFacetMetadata
    interface IPersistentStateConfiguration
Public Class PersistentStateAttribute
Inherits Attribute
Implements IFacetMetadata, IPersistentStateConfiguration
継承
PersistentStateAttribute
属性
実装

コンストラクター

PersistentStateAttribute(String, String)

PersistentStateAttribute クラスの新しいインスタンスを初期化します。

プロパティ

StateName

状態の名前を取得します。

StorageName

ストレージ プロバイダーの名前を取得します。

適用対象

こちらもご覧ください