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 | |
---|---|---|
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. | |
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