HealthReportSendOptions クラス

定義

を送信するときに適用される送信オプションを HealthReport表します。

public sealed class HealthReportSendOptions
type HealthReportSendOptions = class
Public NotInheritable Class HealthReportSendOptions
継承
HealthReportSendOptions

注釈

レポートは、 を使用して ReportHealth(HealthReport)正常性ストアに送信できます。

コンストラクター

HealthReportSendOptions()

HealthReportSendOptions クラスの新しいインスタンスを初期化します。

プロパティ

Immediate

レポートをすぐに送信するかどうかを示すフラグを取得または設定します。 既定値は false です。この場合、レポートはファブリック クライアント正常性レポート関連の設定に従って送信されます。

適用対象