SingletonPartitionInformation クラス

定義

サービスがシングルトン でパーティション分割され、実質的にパーティション分割されていないか、パーティションが 1 つだけであることを示し、Singleton サービスのパーティション構成を使用します。

public sealed class SingletonPartitionInformation : System.Fabric.ServicePartitionInformation
type SingletonPartitionInformation = class
    inherit ServicePartitionInformation
Public NotInheritable Class SingletonPartitionInformation
Inherits ServicePartitionInformation
継承
SingletonPartitionInformation

コンストラクター

SingletonPartitionInformation()

SingletonPartitionInformation クラスの新しいインスタンスを作成します。

プロパティ

Id

このパーティションのパーティション ID を GUID として指定します。

(継承元 ServicePartitionInformation)
Kind

パーティションの種類について説明します。

(継承元 ServicePartitionInformation)

適用対象