IPlacementDirector 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
放置主管的介面。
public interface IPlacementDirector
type IPlacementDirector = interface
Public Interface IPlacementDirector
- 衍生
欄位
PlacementHintKey |
RequestContextData取得索引鍵,如果存在,則用來儲存放置提示。 |
方法
GetPlacementHint(Dictionary<String,Object>, SiloAddress[]) |
如果存在且有效,請從提供的要求內容數據取得放置提示。 |
OnAddActivation(PlacementStrategy, PlacementTarget, IPlacementContext) |
挑選適當的尋址接收器,以放置指定的目標。 |