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) |