Compartir a través de


PersistentStateAttribute Clase

Definición

Especifica las opciones del IPersistentState<TState> argumento constructor al que se aplica.

[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
Herencia
PersistentStateAttribute
Atributos
Implementaciones

Constructores

PersistentStateAttribute(String, String)

Inicializa una nueva instancia de la clase PersistentStateAttribute.

Propiedades

StateName

Obtiene el nombre del estado.

StorageName

Obtiene el nombre del proveedor de almacenamiento.

Se aplica a

Consulte también