Compartir a través de


ICodePackageActivationContext.ReportDeployedServicePackageHealth Método

Definición

Sobrecargas

ReportDeployedServicePackageHealth(HealthInformation)

Notifica el estado del paquete de servicio implementado actual.

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Notifica el estado del paquete de servicio implementado actual. Especifica las opciones de envío que controlan cómo se envía el informe al almacén de estado.

ReportDeployedServicePackageHealth(HealthInformation)

Notifica el estado del paquete de servicio implementado actual.

public void ReportDeployedServicePackageHealth (System.Fabric.Health.HealthInformation healthInfo);
abstract member ReportDeployedServicePackageHealth : System.Fabric.Health.HealthInformation -> unit
Public Sub ReportDeployedServicePackageHealth (healthInfo As HealthInformation)

Parámetros

healthInfo
HealthInformation

Información de mantenimiento que se va a notificar.

Se aplica a

ReportDeployedServicePackageHealth(HealthInformation, HealthReportSendOptions)

Notifica el estado del paquete de servicio implementado actual. Especifica las opciones de envío que controlan cómo se envía el informe al almacén de estado.

public void ReportDeployedServicePackageHealth (System.Fabric.Health.HealthInformation healthInfo, System.Fabric.Health.HealthReportSendOptions sendOptions);
abstract member ReportDeployedServicePackageHealth : System.Fabric.Health.HealthInformation * System.Fabric.Health.HealthReportSendOptions -> unit
Public Sub ReportDeployedServicePackageHealth (healthInfo As HealthInformation, sendOptions As HealthReportSendOptions)

Parámetros

healthInfo
HealthInformation

HealthInformation que describe la información del informe de mantenimiento.

sendOptions
HealthReportSendOptions

HealthReportSendOptions que controla cómo se envía el informe.

Se aplica a