SiloRoleBasedPlacement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사일로 역할 배치 전략은 전략의 배치 특성에 지정된 역할이 있는 호환되는 사일로에 조직을 배치해야 한다고 지정합니다.
[System.Serializable]
public class SiloRoleBasedPlacement : Orleans.Runtime.PlacementStrategy
[<System.Serializable>]
type SiloRoleBasedPlacement = class
inherit PlacementStrategy
Public Class SiloRoleBasedPlacement
Inherits PlacementStrategy
- 상속
- 특성
생성자
SiloRoleBasedPlacement() |
사일로 역할 배치 전략은 전략의 배치 특성에 지정된 역할이 있는 호환되는 사일로에 조직을 배치해야 한다고 지정합니다. |
속성
IsUsingGrainDirectory |
이 배치 전략에 조직 디렉터리에 활성화를 등록해야 하는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 PlacementStrategy) |
메서드
Initialize(GrainProperties) |
제공된 조직 속성을 사용하여 이 형식의 인스턴스를 초기화합니다. (다음에서 상속됨 PlacementStrategy) |
PopulateGrainProperties(IServiceProvider, Type, GrainType, Dictionary<String,String>) |
조직 속성을 채워 기본 배치 전략을 지정합니다. (다음에서 상속됨 PlacementStrategy) |