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

このサイロで使用できるインターフェイスを取得します。

適用対象