Exemple #1
0
 public System.Threading.Tasks.Task <CMISImporter.RemoteRecorderManagement.ScheduledRecordingResult> ScheduleRecurringRecordingAsync(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid scheduledSessionId, System.DayOfWeek[] daysOfWeek, System.DateTime end)
 {
     return(base.Channel.ScheduleRecurringRecordingAsync(auth, scheduledSessionId, daysOfWeek, end));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <CMISImporter.RemoteRecorderManagement.ScheduledRecordingResult> UpdateRecordingTimeAsync(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid sessionId, System.DateTime start, System.DateTime end)
 {
     return(base.Channel.UpdateRecordingTimeAsync(auth, sessionId, start, end));
 }
Exemple #3
0
 public System.Threading.Tasks.Task <CMISImporter.RemoteRecorderManagement.ListRecordersResponse> ListRecordersAsync(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, CMISImporter.RemoteRecorderManagement.Pagination pagination, CMISImporter.RemoteRecorderManagement.RecorderSortField sortBy)
 {
     return(base.Channel.ListRecordersAsync(auth, pagination, sortBy));
 }
Exemple #4
0
 public System.Threading.Tasks.Task <CMISImporter.RemoteRecorderManagement.ScheduledRecordingResult> ScheduleRecordingAsync(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, string name, System.Guid folderId, bool isBroadcast, System.DateTime start, System.DateTime end, CMISImporter.RemoteRecorderManagement.RecorderSettings[] recorderSettings)
 {
     return(base.Channel.ScheduleRecordingAsync(auth, name, folderId, isBroadcast, start, end, recorderSettings));
 }
Exemple #5
0
 public System.Threading.Tasks.Task UpdateRemoteRecorderExternalIdAsync(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid remoteRecorderId, string externalId)
 {
     return(base.Channel.UpdateRemoteRecorderExternalIdAsync(auth, remoteRecorderId, externalId));
 }
Exemple #6
0
 public CMISImporter.RemoteRecorderManagement.ListRecordersResponse ListRecorders(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, CMISImporter.RemoteRecorderManagement.Pagination pagination, CMISImporter.RemoteRecorderManagement.RecorderSortField sortBy)
 {
     return(base.Channel.ListRecorders(auth, pagination, sortBy));
 }
Exemple #7
0
 public void UpdateRemoteRecorderExternalId(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid remoteRecorderId, string externalId)
 {
     base.Channel.UpdateRemoteRecorderExternalId(auth, remoteRecorderId, externalId);
 }
Exemple #8
0
 public System.Threading.Tasks.Task <CMISImporter.RemoteRecorderManagement.RemoteRecorder[]> GetRemoteRecordersByExternalIdAsync(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, string[] externalIds)
 {
     return(base.Channel.GetRemoteRecordersByExternalIdAsync(auth, externalIds));
 }
Exemple #9
0
 public CMISImporter.RemoteRecorderManagement.RemoteRecorder[] GetRemoteRecordersByExternalId(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, string[] externalIds)
 {
     return(base.Channel.GetRemoteRecordersByExternalId(auth, externalIds));
 }
Exemple #10
0
 public System.Threading.Tasks.Task <CMISImporter.RemoteRecorderManagement.RemoteRecorder[]> GetRemoteRecordersByIdAsync(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid[] remoteRecorderIds)
 {
     return(base.Channel.GetRemoteRecordersByIdAsync(auth, remoteRecorderIds));
 }
Exemple #11
0
 public CMISImporter.RemoteRecorderManagement.RemoteRecorder[] GetRemoteRecordersById(CMISImporter.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid[] remoteRecorderIds)
 {
     return(base.Channel.GetRemoteRecordersById(auth, remoteRecorderIds));
 }