共用方式為


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

取得這個定址接收器上可用的介面。

適用於