Freigeben über


StatelessServiceInstanceHealthReport(Guid, Int64, HealthInformation) Konstruktor

Definition

Initialisiert eine neue Instanz von StatelessServiceInstanceHealthReport.

public StatelessServiceInstanceHealthReport (Guid partitionId, long instanceId, System.Fabric.Health.HealthInformation healthInformation);
new System.Fabric.Health.StatelessServiceInstanceHealthReport : Guid * int64 * System.Fabric.Health.HealthInformation -> System.Fabric.Health.StatelessServiceInstanceHealthReport
Public Sub New (partitionId As Guid, instanceId As Long, healthInformation As HealthInformation)

Parameter

partitionId
Guid

Die Partitions-ID.

instanceId
Int64

Die Instanz-ID.

healthInformation
HealthInformation

Die HealthInformation , die die Berichtsfelder beschreibt, z. B. sourceId, property, health state. Erforderlich.

Ausnahmen

Ein NULL-Wert wurde für einen erforderlichen Parameter übergeben.

Gilt für: