Compartir a través de


StatelessWorkerAttribute Clase

Definición

El atributo StatelessWorker se usa para marcar la clase de grano en la que no hay ninguna expectativa de conservación del estado de grano entre las solicitudes y donde el tiempo de ejecución permite crear varias activaciones del mismo grano.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class StatelessWorkerAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class StatelessWorkerAttribute : Orleans.Placement.PlacementAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type StatelessWorkerAttribute = class
    inherit Attribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type StatelessWorkerAttribute = class
    inherit PlacementAttribute
[<System.AttributeUsage(System.AttributeTargets.Class)>]
type StatelessWorkerAttribute = class
    inherit PlacementAttribute
    interface IGrainPropertiesProviderAttribute
Public NotInheritable Class StatelessWorkerAttribute
Inherits Attribute
Public NotInheritable Class StatelessWorkerAttribute
Inherits PlacementAttribute
Herencia
StatelessWorkerAttribute
Herencia
StatelessWorkerAttribute
Atributos
Implementaciones

Constructores

StatelessWorkerAttribute()

Inicializa una nueva instancia de la clase StatelessWorkerAttribute.

StatelessWorkerAttribute(Int32)

Inicializa una nueva instancia de la clase StatelessWorkerAttribute.

Propiedades

MaxLocalWorkers

Número máximo de trabajadores sin estado local en un solo silo.

PlacementStrategy

El atributo StatelessWorker se usa para marcar la clase de grano en la que no hay ninguna expectativa de conservación del estado de grano entre las solicitudes y donde el tiempo de ejecución permite crear varias activaciones del mismo grano.

(Heredado de PlacementAttribute)

Métodos

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

Agrega propiedades de grano a properties.

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

Agrega propiedades de grano a properties.

(Heredado de PlacementAttribute)

Se aplica a