SiloRoleBasedPlacementAttribute Klasse

Definition

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

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

Konstruktoren

SiloRoleBasedPlacementAttribute()

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

Eigenschaften

PlacementStrategy

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

(Geerbt von PlacementAttribute)

Methoden

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

Fügt Korneigenschaften hinzu properties.

(Geerbt von PlacementAttribute)

Gilt für: