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