次の方法で共有


IWithFailedRequestTracing<ParentT> インターフェイス

定義

失敗した要求トレースを指定できるようにする Web アプリ診断ログの更新。

public interface IWithFailedRequestTracing<ParentT>
type IWithFailedRequestTracing<'ParentT> = interface
Public Interface IWithFailedRequestTracing(Of ParentT)

型パラメーター

ParentT

この更新プログラムをアタッチした後に戻る親更新プログラムのステージ。

派生

メソッド

WithFailedRequestTracing(Boolean)

失敗した要求に関する診断情報を収集するかどうかを指定します。

適用対象