Share via


DurabilityProvider.GetDelayInSecondsAfterOnFetchException(Exception) Method

Definition

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

Parameters

exception
Exception

Returns

Implements

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

Applies to