IWithFailedRequestTracing<ParentT> Interface

Definition

A web app diagnostic log update allowing failed request tracing to be specified.

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

Type Parameters

ParentT

The stage of the parent update to return to after attaching this update.

Derived

Methods

WithFailedRequestTracing(Boolean)

Specifies if diagnostic information on failed requests should be gathered.

Applies to