示例#1
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagement.ScheduledRecordingResult UpdateRecordingTime(PanoptoScheduleUploader.Services.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid sessionId, System.DateTime start, System.DateTime end)
 {
     return(base.Channel.UpdateRecordingTime(auth, sessionId, start, end));
 }
示例#2
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagement.ScheduledRecordingResult ScheduleRecurringRecording(PanoptoScheduleUploader.Services.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid scheduledSessionId, System.Collections.Generic.List <System.DayOfWeek> daysOfWeek, System.DateTime end)
 {
     return(base.Channel.ScheduleRecurringRecording(auth, scheduledSessionId, daysOfWeek, end));
 }
示例#3
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagement.ScheduledRecordingResult ScheduleRecording(PanoptoScheduleUploader.Services.RemoteRecorderManagement.AuthenticationInfo auth, string name, System.Guid folderId, bool isBroadcast, System.DateTime start, System.DateTime end, System.Collections.Generic.List <PanoptoScheduleUploader.Services.RemoteRecorderManagement.RecorderSettings> recorderSettings)
 {
     return(base.Channel.ScheduleRecording(auth, name, folderId, isBroadcast, start, end, recorderSettings));
 }
示例#4
0
 public PanoptoScheduleUploader.Services.RemoteRecorderManagement.ListRecordersResponse ListRecorders(PanoptoScheduleUploader.Services.RemoteRecorderManagement.AuthenticationInfo auth, PanoptoScheduleUploader.Services.RemoteRecorderManagement.Pagination pagination, PanoptoScheduleUploader.Services.RemoteRecorderManagement.RecorderSortField sortBy)
 {
     return(base.Channel.ListRecorders(auth, pagination, sortBy));
 }
示例#5
0
 public void UpdateRemoteRecorderExternalId(PanoptoScheduleUploader.Services.RemoteRecorderManagement.AuthenticationInfo auth, System.Guid remoteRecorderId, string externalId)
 {
     base.Channel.UpdateRemoteRecorderExternalId(auth, remoteRecorderId, externalId);
 }
示例#6
0
 public System.Collections.Generic.List <PanoptoScheduleUploader.Services.RemoteRecorderManagement.RemoteRecorder> GetRemoteRecordersByExternalId(PanoptoScheduleUploader.Services.RemoteRecorderManagement.AuthenticationInfo auth, System.Collections.Generic.List <string> externalIds)
 {
     return(base.Channel.GetRemoteRecordersByExternalId(auth, externalIds));
 }