StatelessWorkerAttribute 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.
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
- 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 |
Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
Adiciona propriedades de granularidade a |