Example #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);
 }
Example #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));
 }
Example #3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateAudioCodecPreferenceListResponse> updateAudioCodecPreferenceListAsync(AxlNetClient.UpdateAudioCodecPreferenceListReq updateAudioCodecPreferenceList)
 {
     return(axlPortClient68.updateAudioCodecPreferenceListAsync(updateAudioCodecPreferenceList));
 }
Example #4
0
 public AxlNetClient.StandardResponse updateAudioCodecPreferenceList(AxlNetClient.UpdateAudioCodecPreferenceListReq updateAudioCodecPreferenceList1)
 {
     return(axlPortClient68.updateAudioCodecPreferenceList(updateAudioCodecPreferenceList1));
 }