다음을 통해 공유


IPlacementDirector.GetPlacementHint 메서드

정의

제공된 요청 컨텍스트 데이터(있는 경우 유효한 경우)에서 배치 힌트를 가져옵니다.

public static Orleans.Runtime.SiloAddress GetPlacementHint (System.Collections.Generic.Dictionary<string,object> requestContextData, Orleans.Runtime.SiloAddress[] compatibleSilos);
static member GetPlacementHint : System.Collections.Generic.Dictionary<string, obj> * Orleans.Runtime.SiloAddress[] -> Orleans.Runtime.SiloAddress
Public Shared Function GetPlacementHint (requestContextData As Dictionary(Of String, Object), compatibleSilos As SiloAddress()) As SiloAddress

매개 변수

requestContextData
Dictionary<String,Object>

요청 컨텍스트 데이터입니다.

compatibleSilos
SiloAddress[]

호환되는 사일로입니다.

반환

배치 힌트(존재하고 유효한 경우) 또는 그렇지 않은 경우 입니다.

적용 대상