다음을 통해 공유


IPlacementDirector<TStrategy> 인터페이스

정의

지정된 전략을 구현하는 배치 디렉터를 위한 인터페이스입니다.

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)

적용 대상