IPlacementDirector<TStrategy> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實作指定策略之放置主管的介面。
public interface IPlacementDirector<TStrategy> : Orleans.Runtime.Placement.IPlacementDirector where TStrategy : PlacementStrategy
type IPlacementDirector<'Strategy (requires 'Strategy :> PlacementStrategy)> = interface
interface IPlacementDirector
Public Interface IPlacementDirector(Of TStrategy)
Implements IPlacementDirector
類型參數
- TStrategy
這個主管實作的放置策略。
- 實作
欄位
PlacementHintKey |
RequestContextData取得用來儲存放置提示的索引鍵,如果有的話。 (繼承來源 IPlacementDirector) |
方法
OnAddActivation(PlacementStrategy, PlacementTarget, IPlacementContext) |
挑選適當的尋址接收器,以放置指定的目標。 (繼承來源 IPlacementDirector) |