File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/NovaPointLibrary/Solutions Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ private async Task ProcessSite(SPOTenantSiteUrlsRecord siteRecord)
8080 ProgressTracker progress = new ( siteRecord . Progress , collGroups . Count ) ;
8181 foreach ( var oGroup in collGroups )
8282 {
83+ _appInfo . IsCancelled ( ) ;
84+
8385 var record = await restSharingLinks . GetFromGroupAsync ( siteRecord . SiteUrl , oGroup ) ;
8486
8587 if ( _param . SharingLinks . MatchFilters ( record ) )
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ private async Task ProcessSite(SPOTenantSiteUrlsRecord siteRecord)
8080 ProgressTracker groupProgress = new ( siteRecord . Progress , collGroups . Count ) ;
8181 foreach ( Group oGroup in collGroups )
8282 {
83+ _appInfo . IsCancelled ( ) ;
84+
8385 var record = await restSharingLinks . GetFromGroupAsync ( siteRecord . SiteUrl , oGroup ) ;
8486 if ( _param . SharingLinks . MatchFilters ( record ) )
8587 {
You can’t perform that action at this time.
0 commit comments