Property CommandRetryInterval
CommandRetryInterval
In case, the client application does not get any response against some command from the server, the command retry interval defines the waiting period before the next attempt to send the command.
Declaration
public TimeSpan? CommandRetryInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> | This property specifies the waiting period in seconds before attempting to send the next operation to the server. |