Edit

Share via


PersistentStateAttribute(String, String) Constructor

Definition

Initializes a new instance of the PersistentStateAttribute class.

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)

Parameters

stateName
String

Name of the state.

storageName
String

Name of the storage provider.

Applies to