Compartilhar via


RandomPlacementAttribute Classe

Definição

Marca uma classe de granularidade como usando a RandomPlacement política.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class RandomPlacementAttribute : Orleans.Placement.PlacementAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type RandomPlacementAttribute = class
    inherit PlacementAttribute
Public NotInheritable Class RandomPlacementAttribute
Inherits PlacementAttribute
Herança
RandomPlacementAttribute
Atributos

Comentários

Essa é a política de posicionamento padrão, portanto, esse atributo não precisa ser usado para granularidades normais.

Construtores

RandomPlacementAttribute()

Marca uma classe de granularidade como usando a RandomPlacement política.

Propriedades

PlacementStrategy

Marca uma classe de granularidade como usando a RandomPlacement política.

(Herdado de PlacementAttribute)

Métodos

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

Adiciona propriedades de granularidade a properties.

(Herdado de PlacementAttribute)

Aplica-se a