Compartir a través de


WebScriptHostExceptionHandler.OnTimeoutExceptionAsync Método

Definición

public System.Threading.Tasks.Task OnTimeoutExceptionAsync (System.Runtime.ExceptionServices.ExceptionDispatchInfo exceptionInfo, TimeSpan timeoutGracePeriod);
abstract member OnTimeoutExceptionAsync : System.Runtime.ExceptionServices.ExceptionDispatchInfo * TimeSpan -> System.Threading.Tasks.Task
override this.OnTimeoutExceptionAsync : System.Runtime.ExceptionServices.ExceptionDispatchInfo * TimeSpan -> System.Threading.Tasks.Task
Public Function OnTimeoutExceptionAsync (exceptionInfo As ExceptionDispatchInfo, timeoutGracePeriod As TimeSpan) As Task

Parámetros

exceptionInfo
ExceptionDispatchInfo
timeoutGracePeriod
TimeSpan

Devoluciones

Implementaciones

Microsoft.Azure.WebJobs.Host.Timers.IWebJobsExceptionHandler.OnTimeoutExceptionAsync(System.Runtime.ExceptionServices.ExceptionDispatchInfo,System.TimeSpan)

Se aplica a