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