Compartilhar via


PersistentStateAttribute Classe

Definição

Especifica opções para o IPersistentState<TState> argumento construtor ao qual ele é aplicado.

[System.AttributeUsage(System.AttributeTargets.Parameter)]
public class PersistentStateAttribute : Attribute, Orleans.IFacetMetadata, Orleans.Runtime.IPersistentStateConfiguration
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type PersistentStateAttribute = class
    inherit Attribute
    interface IFacetMetadata
    interface IPersistentStateConfiguration
Public Class PersistentStateAttribute
Inherits Attribute
Implements IFacetMetadata, IPersistentStateConfiguration
Herança
PersistentStateAttribute
Atributos
Implementações

Construtores

PersistentStateAttribute(String, String)

Inicializa uma nova instância da classe PersistentStateAttribute.

Propriedades

StateName

Obtém o nome do estado.

StorageName

Obtém o nome do provedor de armazenamento.

Aplica-se a

Confira também