withSIX.Play.Core.Games.Legacy.Mods.AdvancedCollection.SynchronizeMods C# (CSharp) Method

SynchronizeMods() protected method

protected SynchronizeMods ( IContentManager contentList, CollectionVersionModel collectionVersion ) : System.Threading.Tasks.Task
contentList IContentManager
collectionVersion CollectionVersionModel
return System.Threading.Tasks.Task
        protected override async Task SynchronizeMods(IContentManager contentList,
            CollectionVersionModel collectionVersion) {
            await HandleCustomRepositories(contentList, false).ConfigureAwait(false);
            await base.SynchronizeMods(contentList, collectionVersion).ConfigureAwait(false);
        }