RetryParams Constructors
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.
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