次の方法で共有


PersistentStateAttribute(String, String) コンストラクター

定義

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

public PersistentStateAttribute (string stateName, string storageName = default);
new Orleans.Runtime.PersistentStateAttribute : string * string -> Orleans.Runtime.PersistentStateAttribute
Public Sub New (stateName As String, Optional storageName As String = Nothing)

パラメーター

stateName
String

状態の名前。

storageName
String

ストレージ プロバイダーの名前。

適用対象