RealTimeEndpoint.DisableAutomaticRetryForRetryAfter 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 whether the endpoint should retry requests for failed responses that contain retry-after header. By default, this is false and hence the platform will retry once more for such requests. If the applications wants to disable this automatic retry behavior, this property can be set to true. Typically, this might be needed for an application whose primary task is to perform back to back operation for two sessions where automatic retry might interfere with the ability to offer quick feedback via the back to back session so that the remote can take corrective measures.
public:
property bool DisableAutomaticRetryForRetryAfter { bool get(); void set(bool value); };
public bool DisableAutomaticRetryForRetryAfter { get; set; }
member this.DisableAutomaticRetryForRetryAfter : bool with get, set
Public Property DisableAutomaticRetryForRetryAfter As Boolean