SystemTargetPlacementStrategy Class

Definition

The placement strategy used by system targets.

[Orleans.GenerateSerializer]
[Orleans.Immutable]
[Orleans.SuppressReferenceTracking]
public sealed class SystemTargetPlacementStrategy : Orleans.Runtime.PlacementStrategy
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<Orleans.SuppressReferenceTracking>]
type SystemTargetPlacementStrategy = class
    inherit PlacementStrategy
Public NotInheritable Class SystemTargetPlacementStrategy
Inherits PlacementStrategy
Inheritance
SystemTargetPlacementStrategy
Attributes

Constructors

SystemTargetPlacementStrategy()

Properties

Instance
IsUsingGrainDirectory

Methods

Initialize(GrainProperties)

Initializes an instance of this type using the provided grain properties.

(Inherited from PlacementStrategy)
PopulateGrainProperties(IServiceProvider, Type, GrainType, Dictionary<String,String>)

Populates grain properties to specify the preferred placement strategy.

(Inherited from PlacementStrategy)

Applies to