예제 #1
0
 public System.Threading.Tasks.Task RegisterClientAsync(SmartSingularity.PstBackupAgent.ReportService.Client client)
 {
     return(base.Channel.RegisterClientAsync(client));
 }
예제 #2
0
 public void RegisterClient(SmartSingularity.PstBackupAgent.ReportService.Client client)
 {
     base.Channel.RegisterClient(client);
 }