IPlacementDirector
interface
Namespace: Orleans.Runtime.Placement
Interface for placement directors.
public interface IPlacementDirectorMethods
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.
Fields
PlacementHintKeyGets thePlacementTargetkey used to store the placement hint, if present.
