SystemTargetPlacementStrategy Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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) |