标签: azure-service-fabric service-fabric-stateless
我在服务启动时进行一些初步检查,并在必要时报告健康错误:
HealthInformation healthInformation = new HealthInformation("Source", "Some error", HealthState.Error); context.ReportPartitionHealth(healthInformation);
如果服务处于错误状态,停止服务的最佳方法是什么?