PersistentStateAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
適用されるコンストラクター引数の 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 |
ストレージ プロバイダーの名前を取得します。 |