IPlacementDirector 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
배치 디렉터를 위한 인터페이스입니다.
public interface IPlacementDirector
type IPlacementDirector = interface
Public Interface IPlacementDirector
- 파생
필드
PlacementHintKey |
배치 힌트( RequestContextData 있는 경우)를 저장하는 데 사용되는 키를 가져옵니다. |
메서드
GetPlacementHint(Dictionary<String,Object>, SiloAddress[]) |
제공된 요청 컨텍스트 데이터(존재하고 유효한 경우)에서 배치 힌트를 가져옵니다. |
OnAddActivation(PlacementStrategy, PlacementTarget, IPlacementContext) |
지정된 대상을 배치할 적절한 사일로를 선택합니다. |