RetryParams Constructors

Definition

Overloads

RetryParams()
RetryParams(TimeSpan, Boolean)

RetryParams()

public RetryParams ();
Public Sub New ()

Applies to

RetryParams(TimeSpan, Boolean)

public RetryParams (TimeSpan retryAfter, bool shouldRetry = true);
new Microsoft.Bot.Connector.Shared.Authentication.RetryParams : TimeSpan * bool -> Microsoft.Bot.Connector.Shared.Authentication.RetryParams
Public Sub New (retryAfter As TimeSpan, Optional shouldRetry As Boolean = true)

Parameters

retryAfter
TimeSpan
shouldRetry
Boolean

Applies to