IWithFailedRequestTracing<ParentT> 인터페이스

정의

실패한 요청 추적을 지정할 수 있는 웹앱 진단 로그 정의입니다.

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

형식 매개 변수

ParentT

이 정의를 연결한 후 반환할 부모 정의의 단계입니다.

파생

메서드

WithFailedRequestTracing(Boolean)

실패한 요청에 대한 진단 정보를 수집해야 하는지를 지정합니다.

적용 대상