Esempio n. 1
0
 public System.Threading.Tasks.Task <SyllabusPlusSchedulerService.RemoteRecorderManagement.ListRecordersResponse> ListRecordersAsync(SyllabusPlusSchedulerService.RemoteRecorderManagement.AuthenticationInfo auth, SyllabusPlusSchedulerService.RemoteRecorderManagement.Pagination pagination, SyllabusPlusSchedulerService.RemoteRecorderManagement.RecorderSortField sortBy)
 {
     return(base.Channel.ListRecordersAsync(auth, pagination, sortBy));
 }
Esempio n. 2
0
 public SyllabusPlusSchedulerService.RemoteRecorderManagement.ListRecordersResponse ListRecorders(SyllabusPlusSchedulerService.RemoteRecorderManagement.AuthenticationInfo auth, SyllabusPlusSchedulerService.RemoteRecorderManagement.Pagination pagination, SyllabusPlusSchedulerService.RemoteRecorderManagement.RecorderSortField sortBy)
 {
     return(base.Channel.ListRecorders(auth, pagination, sortBy));
 }