IHealthCheckParticipant 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
健康情況檢查參與者的介面
public interface IHealthCheckParticipant
public interface IHealthCheckParticipant : Orleans.Runtime.IHealthCheckable
type IHealthCheckParticipant = interface
type IHealthCheckParticipant = interface
interface IHealthCheckable
Public Interface IHealthCheckParticipant
Public Interface IHealthCheckParticipant
Implements IHealthCheckable
- 衍生
- 實作
方法
CheckHealth(DateTime, String) |
傳回值,指出這個實例的健康情況。 (繼承來源 IHealthCheckable) |
CheckHealth(DateTime) |
傳回值,指出這個實例的健康情況。 |