共用方式為


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

儲存體提供者的名稱。

適用於