FailoverChatClient.MaximumAttemptsPerRequest Property

Definition

Gets or sets the maximum number of client invocations permitted for one request.

public:
 property Nullable<int> MaximumAttemptsPerRequest { Nullable<int> get(); void set(Nullable<int> value); };
public int? MaximumAttemptsPerRequest { get; set; }
member this.MaximumAttemptsPerRequest : Nullable<int> with get, set
Public Property MaximumAttemptsPerRequest As Nullable(Of Integer)

Property Value

A positive attempt limit, or null to leave termination to client selection and request cancellation. The default is null.

Exceptions

The value is not null or positive.

Remarks

The value is captured when a non-streaming request begins or when a streaming response begins enumeration. Changing it does not affect requests or enumerations already in progress.

Applies to