Share via


DurabilityProvider.GetDelayInSecondsAfterOnProcessException(Exception) Method

Definition

DurableTask.Core.IOrchestrationService.GetDelayInSecondsAfterOnProcessException(System.Exception)
public int GetDelayInSecondsAfterOnProcessException (Exception exception);
abstract member GetDelayInSecondsAfterOnProcessException : Exception -> int
override this.GetDelayInSecondsAfterOnProcessException : Exception -> int
Public Function GetDelayInSecondsAfterOnProcessException (exception As Exception) As Integer

Parameters

exception
Exception

Returns

Implements

DurableTask.Core.IOrchestrationService.GetDelayInSecondsAfterOnProcessException(System.Exception)

Applies to