IPlacementDirector Interface
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.
Interface for placement directors.
public interface IPlacementDirector
type IPlacementDirector = interface
Public Interface IPlacementDirector
- Derived
Fields
PlacementHintKey |
Gets the RequestContextData key used to store the placement hint, if present. |
Methods
GetPlacementHint(Dictionary<String,Object>, SiloAddress[]) |
Gets the placement hint from the provided request context data, if present and valid. |
OnAddActivation(PlacementStrategy, PlacementTarget, IPlacementContext) |
Picks an appropriate silo to place the specified target on. |