You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Instead of triggering the page requests right away, they are delayed in throttling (Rx) manner and then triggered in Last In First Out (LIFO)/ stack-based manner.
155
+
/// <para/>
156
+
/// Default throttling due time is set to 200 ms and default scheduler is the same as for the page requests.
/// Instead of triggering the page requests right away, they are delayed in throttling (Rx) manner and then triggered in Last In First Out (LIFO)/ stack-based manner.
162
+
/// <para/>
163
+
/// Default scheduler is the same as for the page requests.
164
+
/// </summary>
165
+
/// <param name="throttleDueTime">Time span which has to pass by without new page request until the collected page requests are triggered.</param>
/// Instead of triggering the page requests right away, they are delayed in throttling (Rx) manner and then triggered in Last In First Out (LIFO)/ stack-based manner.
170
+
/// <para/>
171
+
/// Default throttling due time is set to 200 ms.
172
+
/// </summary>
173
+
/// <param name="pageRequestBackgroundScheduler">A scheduler exclusively for page request delaying.</param>
/// Instead of triggering the page requests right away, they are delayed in throttling (Rx) manner and then triggered in Last In First Out (LIFO)/ stack-based manner.
178
+
/// </summary>
179
+
/// <param name="throttleDueTime">Time span which has to pass by without new page request until the collected page requests are triggered.</param>
180
+
/// <param name="pageRequestBackgroundScheduler">A scheduler exclusively for page request delaying.</param>
0 commit comments