コード例 #1
0
 public System.Threading.Tasks.Task ModifyPresetTourAsync(string ProfileToken, PresetTour PresetTour)
 {
     return(base.Channel.ModifyPresetTourAsync(ProfileToken, PresetTour));
 }
コード例 #2
0
ファイル: PTZClient.cs プロジェクト: yefy/SRSManager
 public Task ModifyPresetTourAsync(string ProfileToken, PresetTour PresetTour)
 {
     return(base.Channel.ModifyPresetTourAsync(ProfileToken, PresetTour));
 }
コード例 #3
0
 public override void ModifyPresetTour(string ProfileToken, PresetTour PresetTour)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
ファイル: PTZService.cs プロジェクト: ylatuya/OnvifClient
 public Task ModifyPresetTourAsync(string ProfileToken, PresetTour PresetTour)
 {
     throw new NotImplementedException();
 }