다음을 통해 공유


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

스토리지 공급자의 이름입니다.

적용 대상