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) |
このインスタンスの正常性を示す値を返します。 |