PlacementStrategyResolver 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.
Responsible for resolving an PlacementStrategy for a GrainType.
public sealed class PlacementStrategyResolver
type PlacementStrategyResolver = class
Public NotInheritable Class PlacementStrategyResolver
- Inheritance
-
PlacementStrategyResolver
Constructors
PlacementStrategyResolver(IServiceProvider, IEnumerable<IPlacementStrategyResolver>, GrainPropertiesResolver) |
Create a PlacementStrategyResolver instance. |
Methods
GetPlacementStrategy(GrainType) |
Gets the placement strategy associated with the provided grain type. |