WebScriptHostExceptionHandler.OnTimeoutExceptionAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Parameters
- exceptionInfo
- ExceptionDispatchInfo
- timeoutGracePeriod
- TimeSpan
Returns
Implements
Microsoft.Azure.WebJobs.Host.Timers.IWebJobsExceptionHandler.OnTimeoutExceptionAsync(System.Runtime.ExceptionServices.ExceptionDispatchInfo,System.TimeSpan)