你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

StatelessServicePartition Interface

public interface StatelessServicePartition extends ServicePartition

Represents a partition that is associated with a stateless service instance.

Remarks:Provided to a stateless service as a parameter to the ServicePartition.

Method Summary

Modifier and Type Method and Description
void reportInstanceHealth(HealthInformation healthInfo)

Reports health of the current instance associated with this partition.

Inherited Members

Method Details

reportInstanceHealth

public void reportInstanceHealth(HealthInformation healthInfo)

Reports health of the current instance associated with this partition.

Parameters:

healthInfo - Health information that is to be reported.

Applies to