BotFrameworkOptions.ConnectorClientRetryPolicy Property

Definition

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.

Applies to