次の方法で共有


DurabilityProvider.GetDelayInSecondsAfterOnProcessException(Exception) メソッド

定義

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

パラメーター

exception
Exception

戻り値

実装

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

適用対象