ServerBusyException.BackOffMilliseconds Property

Definition

Gets suggested number of milliseconds to wait before attempting a request again. If zero, there is no suggested back-off time. The BackOffMilliseconds property is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.

public:
 property int BackOffMilliseconds { int get(); };
public int BackOffMilliseconds { get; }
Public ReadOnly Property BackOffMilliseconds As Integer

Property Value

The number of milliseconds to wait.

Applies to