Click or drag to resize

OAuthClientCoreGetRetryWaitTimes Method

Gets an array of wait times (in milliseconds) to wait during a retry operation. The size of the returned array denotes how many times to retry. This is used by ExecuteWithRetryT(FuncT, FuncException, Boolean).

Namespace: SanteDB.Client.OAuth
Assembly: SanteDB.Client (in SanteDB.Client.dll) Version: 3.0.2081-alpha+027e4605b77f83de5445cbcd55717223932d2452
Syntax
protected virtual int[] GetRetryWaitTimes()

Return Value

Int32
An array of integers for waiting during retry operations.
See Also