Compartilhar via


StatelessWorkerAttribute Classe

Definição

O atributo StatelessWorker é usado para marcar a classe de granularidade na qual não há expectativa de preservação do estado de granularidade entre solicitações e onde várias ativações da mesma granularidade podem ser criadas pelo runtime.

[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
Herança
StatelessWorkerAttribute
Herança
StatelessWorkerAttribute
Atributos
Implementações

Construtores

StatelessWorkerAttribute()

Inicializa uma nova instância da classe StatelessWorkerAttribute.

StatelessWorkerAttribute(Int32)

Inicializa uma nova instância da classe StatelessWorkerAttribute.

Propriedades

MaxLocalWorkers

Número máximo de StatelessWorkers locais em um único silo.

PlacementStrategy

O atributo StatelessWorker é usado para marcar a classe de granularidade na qual não há expectativa de preservação do estado de granularidade entre solicitações e onde várias ativações da mesma granularidade podem ser criadas pelo runtime.

(Herdado de PlacementAttribute)

Métodos

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

Adiciona propriedades de granularidade a properties.

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

Adiciona propriedades de granularidade a properties.

(Herdado de PlacementAttribute)

Aplica-se a