Esempio n. 1
0
        public IEnumerable <uSyncAction> Report(uSyncOptions options)
        {
            var hubClient = new HubClientService(options.ClientId);

            return(uSyncService.Report(settings.RootFolder, new SyncHandlerOptions()
            {
                Group = options.Group
            },
                                       hubClient.Callbacks()));
        }
        public IEnumerable <uSyncAction> Report(uSyncOptions options)
        {
            var hubClient = new HubClientService(hubContext, options.ClientId);



            return(uSyncService.Report(uSyncConfig.GetRootFolder(), new SyncHandlerOptions()
            {
                Group = options.Group
            },
                                       hubClient.Callbacks()));
        }