ITraceWriterExtensions.TraceBeginEndAsync Method

Include Protected Members
Include Inherited Members

Traces both a begin and an end trace around a specified operation.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public methodStatic member TraceBeginEndAsync<TResult>(ITraceWriter, HttpRequestMessage, String, TraceLevel, String, String, Action<TraceRecord>, Func<Task<TResult>>, Action<TraceRecord, TResult>, Action<TraceRecord>) Traces both a begin and an end trace around a specified operation.
Public methodStatic member TraceBeginEndAsync(ITraceWriter, HttpRequestMessage, String, TraceLevel, String, String, Action<TraceRecord>, Func<Task>, Action<TraceRecord>, Action<TraceRecord>) Traces both a begin and an end trace around a specified operation.

Top

See Also

Reference

ITraceWriterExtensions Class

System.Web.Http.Tracing Namespace