PlacementFilterStrategy 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.
Represents a strategy for filtering silos which a grain can be placed on.
public abstract class PlacementFilterStrategy
type PlacementFilterStrategy = class
Public MustInherit Class PlacementFilterStrategy
- Inheritance
-
PlacementFilterStrategy
- Derived
Constructors
| Name | Description |
|---|---|
| PlacementFilterStrategy(Int32) | |
Properties
| Name | Description |
|---|---|
| Order | |
Methods
| Name | Description |
|---|---|
| AdditionalInitialize(GrainProperties) | |
| GetAdditionalGrainProperties(IServiceProvider, Type, GrainType, IReadOnlyDictionary<String,String>) | |
| GetPlacementFilterGrainProperty(String, GrainProperties) | |
| Initialize(GrainProperties) |
Initializes an instance of this type using the provided grain properties. |
| PopulateGrainProperties(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
Populates grain properties to specify the preferred placement strategy. |