Show / Hide Table of Contents

Class RandomPlacementAttribute

Marks a grain class as using the RandomPlacement policy.

Inheritance
System.Object
PlacementAttribute
RandomPlacementAttribute
Inherited Members
PlacementAttribute.PlacementStrategy
Namespace: Orleans.Placement
Assembly: Orleans.Core.Abstractions.dll
Syntax
public sealed class RandomPlacementAttribute : PlacementAttribute
Remarks

This is the default placement policy, so this attribute does not need to be used for normal grains.

Constructors

| Improve this Doc View Source

RandomPlacementAttribute()

Declaration
public RandomPlacementAttribute()

Extension Methods

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