OfflineManager class properties #
MaxQueueSize #
The maximum amount of elements that the offline queue can contain.
Definition #
public int MaxQueueSize { get; set; }
MaxRequestDelay #
The maximum delay between two replayed requests.
Definition #
public int MaxRequestDelay { get; set; }
QueueFilter #
The custom queue filter applied when a queue is being replayed.
Definition #
public Func<JObject, bool> QueueFilter { get; set; }
RefreshedTokenDuration #
The minimum duration of a token after being refreshed.
Definition #
public int RefreshedTokenDuration { get; set; }
Edit this page on Github(opens new window)