Property ConnectionRetries
ConnectionRetries
Number of tries to reestablish a broken connection between the client and a server. By default, ConnectionRetries is set to 3 retries.
Declaration
public int? ConnectionRetries { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Number of tries to reestablish a broken connection between the client and a server. |