ServerBusyException.BackOffMilliseconds Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.