PreferLocalPlacementAttribute Klasse

Definition

Markiert eine Grain-Klasse mit der PreferLocalPlacement Richtlinie.

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class PreferLocalPlacementAttribute : Orleans.Placement.PlacementAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type PreferLocalPlacementAttribute = class
    inherit PlacementAttribute
Public NotInheritable Class PreferLocalPlacementAttribute
Inherits PlacementAttribute
Vererbung
PreferLocalPlacementAttribute
Attribute

Konstruktoren

PreferLocalPlacementAttribute()

Initialisiert eine neue Instanz der PreferLocalPlacementAttribute-Klasse.

Eigenschaften

PlacementStrategy

Markiert eine Grain-Klasse mit der PreferLocalPlacement Richtlinie.

(Geerbt von PlacementAttribute)

Methoden

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

Fügt Grain-Eigenschaften zu hinzu properties.

(Geerbt von PlacementAttribute)

Gilt für: