RandomPlacementAttribute Klasse

Definition

Kennzeichnet eine Grain-Klasse so, dass sie die RandomPlacement Richtlinie verwendet.

[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
Vererbung
RandomPlacementAttribute
Attribute

Hinweise

Dies ist die Standardplatzierungsrichtlinie, sodass dieses Attribut nicht für normale Grains verwendet werden muss.

Konstruktoren

RandomPlacementAttribute()

Kennzeichnet eine Grain-Klasse so, dass sie die RandomPlacement Richtlinie verwendet.

Eigenschaften

PlacementStrategy

Kennzeichnet eine Grain-Klasse so, dass sie die RandomPlacement Richtlinie verwendet.

(Geerbt von PlacementAttribute)

Methoden

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

Fügt Korneigenschaften hinzu properties.

(Geerbt von PlacementAttribute)

Gilt für: