Property CommandRetries
CommandRetries
If client application sends request to server for any operation and a response is not received, then the number of retries it will make until it gets response is defined here.
Declaration
public int? CommandRetries { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |