다음을 통해 공유


SiloRoleBasedPlacement 클래스

정의

사일로 역할 배치 전략은 전략의 배치 특성에 지정된 역할이 있는 호환되는 사일로에 조직을 배치해야 한다고 지정합니다.

[System.Serializable]
public class SiloRoleBasedPlacement : Orleans.Runtime.PlacementStrategy
[<System.Serializable>]
type SiloRoleBasedPlacement = class
    inherit PlacementStrategy
Public Class SiloRoleBasedPlacement
Inherits PlacementStrategy
상속
SiloRoleBasedPlacement
특성

생성자

SiloRoleBasedPlacement()

사일로 역할 배치 전략은 전략의 배치 특성에 지정된 역할이 있는 호환되는 사일로에 조직을 배치해야 한다고 지정합니다.

속성

IsUsingGrainDirectory

이 배치 전략에 조직 디렉터리에 활성화를 등록해야 하는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 PlacementStrategy)

메서드

Initialize(GrainProperties)

제공된 조직 속성을 사용하여 이 형식의 인스턴스를 초기화합니다.

(다음에서 상속됨 PlacementStrategy)
PopulateGrainProperties(IServiceProvider, Type, GrainType, Dictionary<String,String>)

조직 속성을 채워 기본 배치 전략을 지정합니다.

(다음에서 상속됨 PlacementStrategy)

적용 대상