예제 #1
0
 public System.Threading.Tasks.Task RegisterPstFileAsync(string clientId, SmartSingularity.PstBackupAgent.ReportService.PstFile pstFile)
 {
     return(base.Channel.RegisterPstFileAsync(clientId, pstFile));
 }
예제 #2
0
 public void RegisterPstFile(string clientId, SmartSingularity.PstBackupAgent.ReportService.PstFile pstFile)
 {
     base.Channel.RegisterPstFile(clientId, pstFile);
 }