Ejemplo n.º 1
0
 public string Backup()
 {
     return(OnBackup?.Invoke());
 }
        void CeBackupServerManager_OnBackup(string SrcPath, string DstPath, int Deleted, System.IntPtr Pid)
        {
            Logger.Info(string.Format("WCFCeBackupService::OnBackup() {0} - {1} Deleted={2} Pid={3}", SrcPath, DstPath, Deleted, Pid));

            OnBackup?.Invoke(SrcPath, DstPath, Deleted, Pid);
        }