IPlacementDirector 接口

定义

放置控制器的接口。

public interface IPlacementDirector
type IPlacementDirector = interface
Public Interface IPlacementDirector
派生

字段

PlacementHintKey

RequestContextData获取用于存储放置提示的键(如果存在)。

方法

GetPlacementHint(Dictionary<String,Object>, SiloAddress[])

从提供的请求上下文数据中获取放置提示(如果存在且有效)。

OnAddActivation(PlacementStrategy, PlacementTarget, IPlacementContext)

选取要放置指定目标的相应接收器。

适用于