Partager via


RandomPlacementAttribute Classe

Définition

Marque une classe de grain comme utilisant la RandomPlacement stratégie.

[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
Héritage
RandomPlacementAttribute
Attributs

Remarques

Il s’agit de la stratégie de placement par défaut. Cet attribut n’a donc pas besoin d’être utilisé pour les grains normaux.

Constructeurs

RandomPlacementAttribute()

Marque une classe de grain comme utilisant la RandomPlacement stratégie.

Propriétés

PlacementStrategy

Marque une classe de grain comme utilisant la RandomPlacement stratégie.

(Hérité de PlacementAttribute)

Méthodes

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

Ajoute des propriétés de grain à properties.

(Hérité de PlacementAttribute)

S’applique à