次の方法で共有


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

定義

失敗した要求トレースを指定できる Web アプリ診断ログ定義。

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

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

WithFailedRequestTracing(Boolean)

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

適用対象