PersistentStateAttribute Classe
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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. |