Share via


SingletonPartitionInformation Class

 

Applies To: Azure, Windows 10, Windows 8, Windows 8.1, Windows Server 2012 R2

Indicates that the service is Singleton-partitioned, effectively non-partitioned or with one partition only, and uses the partition scheme of a Singleton service.

Namespace:   System.Fabric
Assembly:  System.Fabric (in System.Fabric.dll)

Inheritance Hierarchy

System.Object
  System.Fabric.ServicePartitionInformation
    System.Fabric.SingletonPartitionInformation

Syntax

public sealed class SingletonPartitionInformation : ServicePartitionInformation

Constructors

Name Description
System_CAPS_pubmethod SingletonPartitionInformation()

Creates a new instance of the SingletonPartitionInformation class.

Properties

Name Description
System_CAPS_pubproperty Id

Specifies the partition ID for this partition as a GUID.(Inherited from ServicePartitionInformation.)

System_CAPS_pubproperty Kind

Describes the type of partition.(Inherited from ServicePartitionInformation.)

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

System.Fabric Namespace

Return to top