BotFrameworkOptions.ConnectorClientRetryPolicy Property
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.
Gets or sets the retry policy to use in case of errors from Bot Framework Service.
public Microsoft.Rest.TransientFaultHandling.RetryPolicy ConnectorClientRetryPolicy { get; set; }
member this.ConnectorClientRetryPolicy : Microsoft.Rest.TransientFaultHandling.RetryPolicy with get, set
Public Property ConnectorClientRetryPolicy As RetryPolicy
Property Value
Microsoft.Rest.TransientFaultHandling.RetryPolicy
The retry policy.