Bagikan melalui


StatelessServiceInstanceHealthReport(Guid, Int64, HealthInformation) Constructor

Definition

Initializes a new instance of 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)

Parameters

partitionId
Guid

The partition ID.

instanceId
Int64

The instance ID.

healthInformation
HealthInformation

The HealthInformation which describes the report fields, like sourceId, property, health state. Required.

Exceptions

A null value was passed in for a required parameter.

Applies to