Show / Hide Table of Contents

Class PlacementAttribute

Base for all placement policy marker attributes.

Inheritance
System.Object
PlacementAttribute
StatelessWorkerAttribute
ActivationCountBasedPlacementAttribute
HashBasedPlacementAttribute
PreferLocalPlacementAttribute
RandomPlacementAttribute
Namespace: Orleans.Placement
Assembly: Orleans.Core.Abstractions.dll
Syntax
public abstract class PlacementAttribute : Attribute

Constructors

| Improve this Doc View Source

PlacementAttribute(PlacementStrategy)

Declaration
protected PlacementAttribute(PlacementStrategy placement)
Parameters
Type Name Description
PlacementStrategy placement

Properties

| Improve this Doc View Source

PlacementStrategy

Declaration
public PlacementStrategy PlacementStrategy { get; }
Property Value
Type Description
PlacementStrategy

Extension Methods

ImmutableExt.AsImmutable<T>(T)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX