Condividi tramite


StatelessWorkerAttribute Classe

Definizione

L'attributo StatelessWorker viene usato per contrassegnare la classe di granularità in cui non è prevista la conservazione dello stato di granularità tra le richieste e dove è possibile creare più attivazioni dello stesso granularità dal 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
Ereditarietà
StatelessWorkerAttribute
Ereditarietà
StatelessWorkerAttribute
Attributi
Implementazioni

Costruttori

StatelessWorkerAttribute()

Inizializza una nuova istanza della classe StatelessWorkerAttribute.

StatelessWorkerAttribute(Int32)

Inizializza una nuova istanza della classe StatelessWorkerAttribute.

Proprietà

MaxLocalWorkers

Numero massimo di StatelessWorkers locali in un unico silo.

PlacementStrategy

L'attributo StatelessWorker viene usato per contrassegnare la classe di granularità in cui non è prevista la conservazione dello stato di granularità tra le richieste e dove è possibile creare più attivazioni dello stesso granularità dal runtime.

(Ereditato da PlacementAttribute)

Metodi

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

Aggiunge proprietà granulari a properties.

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

Aggiunge proprietà granulari a properties.

(Ereditato da PlacementAttribute)

Si applica a