Beispiel #1
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagementService.ScheduledRecordingResult ScheduleRecurringRecording(PanoptoScheduleUploader.Services.RemoteRecorderManagementService.AuthenticationInfo auth, System.Guid scheduledSessionId, System.DayOfWeek[] daysOfWeek, System.DateTime end)
 {
     return(base.Channel.ScheduleRecurringRecording(auth, scheduledSessionId, daysOfWeek, end));
 }
Beispiel #2
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagementService.ScheduledRecordingResult UpdateRecordingTime(PanoptoScheduleUploader.Services.RemoteRecorderManagementService.AuthenticationInfo auth, System.Guid sessionId, System.DateTime start, System.DateTime end)
 {
     return(base.Channel.UpdateRecordingTime(auth, sessionId, start, end));
 }
Beispiel #3
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagementService.ScheduledRecordingResult ScheduleRecording(PanoptoScheduleUploader.Services.RemoteRecorderManagementService.AuthenticationInfo auth, string name, System.Guid folderId, bool isBroadcast, System.DateTime start, System.DateTime end, PanoptoScheduleUploader.Services.RemoteRecorderManagementService.RecorderSettings[] recorderSettings)
 {
     return(base.Channel.ScheduleRecording(auth, name, folderId, isBroadcast, start, end, recorderSettings));
 }
Beispiel #4
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagementService.ListRecordersResponse ListRecorders(PanoptoScheduleUploader.Services.RemoteRecorderManagementService.AuthenticationInfo auth, PanoptoScheduleUploader.Services.RemoteRecorderManagementService.Pagination pagination, PanoptoScheduleUploader.Services.RemoteRecorderManagementService.RecorderSortField sortBy)
 {
     return(base.Channel.ListRecorders(auth, pagination, sortBy));
 }
Beispiel #5
0
 public void UpdateRemoteRecorderExternalId(PanoptoScheduleUploader.Services.RemoteRecorderManagementService.AuthenticationInfo auth, System.Guid remoteRecorderId, string externalId)
 {
     base.Channel.UpdateRemoteRecorderExternalId(auth, remoteRecorderId, externalId);
 }
Beispiel #6
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagementService.RemoteRecorder[] GetRemoteRecordersByExternalId(PanoptoScheduleUploader.Services.RemoteRecorderManagementService.AuthenticationInfo auth, string[] externalIds)
 {
     return(base.Channel.GetRemoteRecordersByExternalId(auth, externalIds));
 }
Beispiel #7
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagementService.RemoteRecorder[] GetRemoteRecordersById(PanoptoScheduleUploader.Services.RemoteRecorderManagementService.AuthenticationInfo auth, System.Guid[] remoteRecorderIds)
 {
     return(base.Channel.GetRemoteRecordersById(auth, remoteRecorderIds));
 }