示例#1
0
 public AxlNetClient.StandardResponse updateAudioCodecPreferenceList(AxlNetClient.UpdateAudioCodecPreferenceListReq updateAudioCodecPreferenceList1)
 {
     AxlNetClient.updateAudioCodecPreferenceListRequest inValue = new AxlNetClient.updateAudioCodecPreferenceListRequest();
     inValue.updateAudioCodecPreferenceList = updateAudioCodecPreferenceList1;
     AxlNetClient.updateAudioCodecPreferenceListResponse retVal = ((AxlNetClient.AXLPort68)(this)).updateAudioCodecPreferenceList(inValue);
     return(retVal.updateAudioCodecPreferenceListResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateAudioCodecPreferenceListResponse> updateAudioCodecPreferenceListAsync(AxlNetClient.UpdateAudioCodecPreferenceListReq updateAudioCodecPreferenceList)
 {
     AxlNetClient.updateAudioCodecPreferenceListRequest inValue = new AxlNetClient.updateAudioCodecPreferenceListRequest();
     inValue.updateAudioCodecPreferenceList = updateAudioCodecPreferenceList;
     return(((AxlNetClient.AXLPort68)(this)).updateAudioCodecPreferenceListAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.updateAudioCodecPreferenceListResponse> AxlNetClient.AXLPort68.updateAudioCodecPreferenceListAsync(AxlNetClient.updateAudioCodecPreferenceListRequest request)
 {
     return(base.Channel.updateAudioCodecPreferenceListAsync(request));
 }
示例#4
0
 AxlNetClient.updateAudioCodecPreferenceListResponse AxlNetClient.AXLPort68.updateAudioCodecPreferenceList(AxlNetClient.updateAudioCodecPreferenceListRequest request)
 {
     return(base.Channel.updateAudioCodecPreferenceList(request));
 }