Property MaxAttempts
MaxAttempts
Gets or sets the maximum number of attempts to send a failed message before the server closes the connection. Set it to -1 to don't close the connection on failed attempts.
public int MaxAttempts { get; set; }
Gets or sets the maximum number of attempts to send a failed message before the server closes the connection. Set it to -1 to don't close the connection on failed attempts.
public int MaxAttempts { get; set; }