Property CommandRetryInterval
CommandRetryInterval
In case if client app doesn’t 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. Type integer which defines seconds.
Declaration
public TimeSpan? CommandRetryInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.TimeSpan> |