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)); }
public SyllabusPlusSchedulerService.RemoteRecorderManagement.ListRecordersResponse ListRecorders(SyllabusPlusSchedulerService.RemoteRecorderManagement.AuthenticationInfo auth, SyllabusPlusSchedulerService.RemoteRecorderManagement.Pagination pagination, SyllabusPlusSchedulerService.RemoteRecorderManagement.RecorderSortField sortBy) { return(base.Channel.ListRecorders(auth, pagination, sortBy)); }