withSIX.Play.Core.Games.Legacy.Mods.AdvancedCollection.SynchronizeMods C# (CSharp) Méthode

SynchronizeMods() protected méthode

protected SynchronizeMods ( IContentManager contentList, CollectionVersionModel collectionVersion ) : System.Threading.Tasks.Task
contentList IContentManager
collectionVersion CollectionVersionModel
Résultat 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);
        }