Property CommandRetries
CommandRetries
Command Retries will specify the number of retries necessary to receive a response. By default, CommandRetries is set to 3 retries.
Declaration
public int? CommandRetries { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | Number of retries made by the client application to get the response. |