Property CommandRetryInterval
CommandRetryInterval
The client app does not get response against some operation call on server, the command retry interval defines the waiting period before the next attempt to send the operation the server is made. It is of type integer, defined in seconds.
Declaration
public TimeSpan? CommandRetryInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<TimeSpan> | In case if client app does not get a response against some operation call on server, the command retry interval defines the waiting period before the next attempt to send the operation the server is made. |