다음을 통해 공유


IPlacementStrategyResolver.TryResolvePlacementStrategy 메서드

정의

제공된 조직 유형과 연결된 배치 전략을 가져옵니다.

public bool TryResolvePlacementStrategy(Orleans.Runtime.GrainType grainType, Orleans.Metadata.GrainProperties properties, out Orleans.Runtime.PlacementStrategy result);
abstract member TryResolvePlacementStrategy : Orleans.Runtime.GrainType * Orleans.Metadata.GrainProperties * PlacementStrategy -> bool
Public Function TryResolvePlacementStrategy (grainType As GrainType, properties As GrainProperties, ByRef result As PlacementStrategy) As Boolean

매개 변수

grainType
GrainType
properties
GrainProperties

반환

적용 대상