Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ExceptionLogger::IExceptionLogger::LogAsync Method (ExceptionLoggerContext^, CancellationToken)

 

Namespace:   System.Web.Http.ExceptionHandling
Assembly:  System.Web.Http (in System.Web.Http.dll)

private:
virtual Task^ LogAsync(
	ExceptionLoggerContext^ context,
	CancellationToken cancellationToken
) sealed = IExceptionLogger::LogAsync

Return Value

Type: System.Threading.Tasks::Task^

Returns Task.

Return to top
Show: