Class RandomPlacementAttribute
Marks a grain class as using the RandomPlacement policy.
Inherited Members
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 SourceRandomPlacementAttribute()
Declaration
public RandomPlacementAttribute()