Share via


Partition Constructor

Definition

Initializes a new instance of the partition

protected Partition (System.Fabric.Query.ServiceKind serviceKind, System.Fabric.ServicePartitionInformation partitionInformation, System.Fabric.Health.HealthState healthState, System.Fabric.Query.ServicePartitionStatus partitionStatus);
new System.Fabric.Query.Partition : System.Fabric.Query.ServiceKind * System.Fabric.ServicePartitionInformation * System.Fabric.Health.HealthState * System.Fabric.Query.ServicePartitionStatus -> System.Fabric.Query.Partition
Protected Sub New (serviceKind As ServiceKind, partitionInformation As ServicePartitionInformation, healthState As HealthState, partitionStatus As ServicePartitionStatus)

Parameters

serviceKind
ServiceKind

The type of the partition

partitionInformation
ServicePartitionInformation

The Partition Information

healthState
HealthState

Health State of the partition

partitionStatus
ServicePartitionStatus

Status of the partition

Applies to