RecordedConnectionIssue.DelayBeforeRetry 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.
delays if there was an issue in last attempt, for the duration specified by the retry delay
public System.Threading.Tasks.Task DelayBeforeRetry ();
public readonly System.Threading.Tasks.Task DelayBeforeRetry ();
member this.DelayBeforeRetry : unit -> System.Threading.Tasks.Task
Public Function DelayBeforeRetry () As Task