다음을 통해 공유


RandomPlacementAttribute 클래스

정의

조직 클래스를 정책을 사용하는 것으로 표시합니다 RandomPlacement .

[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
public sealed class RandomPlacementAttribute : Orleans.Placement.PlacementAttribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
type RandomPlacementAttribute = class
    inherit PlacementAttribute
Public NotInheritable Class RandomPlacementAttribute
Inherits PlacementAttribute
상속
RandomPlacementAttribute
특성

설명

기본 배치 정책이므로 이 특성을 일반 조직에 사용할 필요가 없습니다.

생성자

RandomPlacementAttribute()

조직 클래스를 정책을 사용하는 것으로 표시합니다 RandomPlacement .

속성

PlacementStrategy

조직 클래스를 정책을 사용하는 것으로 표시합니다 RandomPlacement .

(다음에서 상속됨 PlacementAttribute)

메서드

Populate(IServiceProvider, Type, GrainType, Dictionary<String,String>)

에 조직 속성을 properties추가합니다.

(다음에서 상속됨 PlacementAttribute)

적용 대상