다음을 통해 공유


GrainManifest 클래스

정의

사용 가능한 조직에 대한 정보입니다.

[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Serializable]
public sealed class GrainManifest
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<System.Serializable>]
type GrainManifest = class
Public NotInheritable Class GrainManifest
상속
GrainManifest
특성

생성자

GrainManifest(ImmutableDictionary<GrainType,GrainProperties>, ImmutableDictionary<GrainInterfaceType,GrainInterfaceProperties>)

GrainManifest 클래스의 새 인스턴스를 초기화합니다.

속성

Grains

이 사일로에서 사용할 수 있는 조직 형식을 가져옵니다.

Interfaces

이 사일로에서 사용할 수 있는 인터페이스를 가져옵니다.

적용 대상