Example #1
0
 /// <remarks/>
 public void AddForcedRecordingsAsync(PVSPropertyBag[] bags) {
     this.AddForcedRecordingsAsync(bags, null);
 }
Example #2
0
 public void RemoveRecentRecordings(PVSPropertyBag[] bags) {
     this.Invoke("RemoveRecentRecordings", new object[] {
                 bags});
 }
Example #3
0
 /// <remarks/>
 public void EditRecordingJobAsync(System.Guid guid, PVSPropertyBag bag) {
     this.EditRecordingJobAsync(guid, bag, null);
 }
Example #4
0
 public void AddForcedRecordings(PVSPropertyBag[] bags) {
     this.Invoke("AddForcedRecordings", new object[] {
                 bags});
 }
Example #5
0
 /// <remarks/>
 public void GetPotentialScheduleAtPriorityAsync(PVSPropertyBag bag, uint priority, object userState) {
     if ((this.GetPotentialScheduleAtPriorityOperationCompleted == null)) {
         this.GetPotentialScheduleAtPriorityOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPotentialScheduleAtPriorityOperationCompleted);
     }
     this.InvokeAsync("GetPotentialScheduleAtPriority", new object[] {
                 bag,
                 priority}, this.GetPotentialScheduleAtPriorityOperationCompleted, userState);
 }
Example #6
0
 /// <remarks/>
 public void SetSourcesAsync(PVSPropertyBag[] sources) {
     this.SetSourcesAsync(sources, null);
 }
Example #7
0
 /// <remarks/>
 public void AddRecordingJobAsync(PVSPropertyBag bag, int highestPriority) {
     this.AddRecordingJobAsync(bag, highestPriority, null);
 }
Example #8
0
 public PVSPropertyBagArray[] GetPotentialScheduleAtPriority(PVSPropertyBag bag, uint priority) {
     object[] results = this.Invoke("GetPotentialScheduleAtPriority", new object[] {
                 bag,
                 priority});
     return ((PVSPropertyBagArray[])(results[0]));
 }
Example #9
0
 /// <remarks/>
 public void GetPotentialConflictsAsync(PVSPropertyBag bag) {
     this.GetPotentialConflictsAsync(bag, null);
 }
Example #10
0
 public void AddRecordingJob(PVSPropertyBag bag, int highestPriority) {
     this.Invoke("AddRecordingJob", new object[] {
                 bag,
                 highestPriority});
 }
Example #11
0
 /// <remarks/>
 public void GetEpisodeStatusAsync(PVSPropertyBag bag) {
     this.GetEpisodeStatusAsync(bag, null);
 }
Example #12
0
 public PVSPropertyBag GetEpisodeStatus(PVSPropertyBag bag) {
     object[] results = this.Invoke("GetEpisodeStatus", new object[] {
                 bag});
     return ((PVSPropertyBag)(results[0]));
 }
Example #13
0
 /// <remarks/>
 public void EditRecordingJobAsync(System.Guid guid, PVSPropertyBag bag, object userState) {
     if ((this.EditRecordingJobOperationCompleted == null)) {
         this.EditRecordingJobOperationCompleted = new System.Threading.SendOrPostCallback(this.OnEditRecordingJobOperationCompleted);
     }
     this.InvokeAsync("EditRecordingJob", new object[] {
                 guid,
                 bag}, this.EditRecordingJobOperationCompleted, userState);
 }
Example #14
0
 /// <remarks/>
 public void RemoveRecentRecordingsAsync(PVSPropertyBag[] bags) {
     this.RemoveRecentRecordingsAsync(bags, null);
 }
Example #15
0
 /// <remarks/>
 public void AddRecordingJobAsync(PVSPropertyBag bag, int highestPriority, object userState) {
     if ((this.AddRecordingJobOperationCompleted == null)) {
         this.AddRecordingJobOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddRecordingJobOperationCompleted);
     }
     this.InvokeAsync("AddRecordingJob", new object[] {
                 bag,
                 highestPriority}, this.AddRecordingJobOperationCompleted, userState);
 }
Example #16
0
 /// <remarks/>
 public void RemoveRecentRecordingsAsync(PVSPropertyBag[] bags, object userState) {
     if ((this.RemoveRecentRecordingsOperationCompleted == null)) {
         this.RemoveRecentRecordingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveRecentRecordingsOperationCompleted);
     }
     this.InvokeAsync("RemoveRecentRecordings", new object[] {
                 bags}, this.RemoveRecentRecordingsOperationCompleted, userState);
 }
Example #17
0
 public PVSPropertyBag[] GetPotentialRecordings(PVSPropertyBag bag) {
     object[] results = this.Invoke("GetPotentialRecordings", new object[] {
                 bag});
     return ((PVSPropertyBag[])(results[0]));
 }
Example #18
0
 /// <remarks/>
 public void GetPotentialScheduleAtPriorityAsync(PVSPropertyBag bag, uint priority) {
     this.GetPotentialScheduleAtPriorityAsync(bag, priority, null);
 }
Example #19
0
 /// <remarks/>
 public void GetPotentialRecordingsAsync(PVSPropertyBag bag) {
     this.GetPotentialRecordingsAsync(bag, null);
 }
Example #20
0
 public void SetSources(PVSPropertyBag[] sources) {
     this.Invoke("SetSources", new object[] {
                 sources});
 }
Example #21
0
 /// <remarks/>
 public void GetPotentialRecordingsAsync(PVSPropertyBag bag, object userState) {
     if ((this.GetPotentialRecordingsOperationCompleted == null)) {
         this.GetPotentialRecordingsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetPotentialRecordingsOperationCompleted);
     }
     this.InvokeAsync("GetPotentialRecordings", new object[] {
                 bag}, this.GetPotentialRecordingsOperationCompleted, userState);
 }
Example #22
0
 /// <remarks/>
 public void SetSourcesAsync(PVSPropertyBag[] sources, object userState) {
     if ((this.SetSourcesOperationCompleted == null)) {
         this.SetSourcesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetSourcesOperationCompleted);
     }
     this.InvokeAsync("SetSources", new object[] {
                 sources}, this.SetSourcesOperationCompleted, userState);
 }
Example #23
0
 public void EditRecordingJob(System.Guid guid, PVSPropertyBag bag) {
     this.Invoke("EditRecordingJob", new object[] {
                 guid,
                 bag});
 }