Skip to content

Commit f42d33f

Browse files
committed
Update link to prev moved sample
- fixes SharePoint#6515
1 parent 25b262a commit f42d33f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/solution-guidance/Handle-SharePoint-Online-throttling-by-using-exponential-back-off.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Handle SharePoint Online throttling by using exponential back off
3-
ms.date: 2/5/2020
3+
ms.date: 12/02/2020
44
localization_priority: Priority
55
---
66

@@ -21,10 +21,10 @@ The [Core.Throttling](https://github.com/SharePoint/PnP/tree/master/Samples/Core
2121

2222
For more information about throttling in SharePoint Online (*for example, causes, limits, and so on), and an explanation of the Core.Throttling code sample, see [How to: Avoid getting throttled or blocked in SharePoint Online](../general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md)*).
2323

24-
Also, in the [ClientContextExtensions.cs](https://github.com/SharePoint/PnP/blob/dev/Samples/Core.Throttling/Core.Throttling/ClientContextExtensions.cs) sample, check out the `ExecuteQueryImplementation` extension method. `ExecuteQueryImplementation` is included in [OfficeDevPnP.Core](https://github.com/SharePoint/PnP-Sites-Core/tree/master/Core/OfficeDevPnP.Core).
24+
Also, in the [ClientContextExtensions.cs](https://github.com/pnp/PnP-Sites-Core/blob/master/Core/OfficeDevPnP.Core/Extensions/ClientContextExtensions.cs) sample, check out the `ExecuteQueryImplementation` extension method. `ExecuteQueryImplementation` is included in [OfficeDevPnP.Core](https://github.com/SharePoint/PnP-Sites-Core/tree/master/Core/OfficeDevPnP.Core).
2525

2626
## See also
2727

2828
- [Solution guidance](Office-365-development-patterns-and-practices-solution-guidance.md)
29-
- [ClientContextExtensions.cs sample](https://github.com/SharePoint/PnP/blob/dev/Samples/Core.Throttling/Core.Throttling/ClientContextExtensions.cs)
29+
- [ClientContextExtensions.cs sample](https://github.com/pnp/PnP-Sites-Core/blob/master/Core/OfficeDevPnP.Core/Extensions/ClientContextExtensions.cs)
3030
- [How to: Avoid getting throttled or blocked in SharePoint Online](/general-development/how-to-avoid-getting-throttled-or-blocked-in-sharepoint-online.md)

0 commit comments

Comments
 (0)