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

存储提供程序的名称。

适用于