Skip to content

RandomPlacementAttribute

class

Namespace: Orleans.Placement

Marks a grain class as using the RandomPlacement policy.
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