Exemplo n.º 1
0
 public AxlNetClient.StandardResponse updateFixedMohAudioSource(AxlNetClient.UpdateFixedMohAudioSourceReq updateFixedMohAudioSource1)
 {
     AxlNetClient.updateFixedMohAudioSourceRequest inValue = new AxlNetClient.updateFixedMohAudioSourceRequest();
     inValue.updateFixedMohAudioSource = updateFixedMohAudioSource1;
     AxlNetClient.updateFixedMohAudioSourceResponse retVal = ((AxlNetClient.AXLPort39)(this)).updateFixedMohAudioSource(inValue);
     return(retVal.updateFixedMohAudioSourceResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateFixedMohAudioSourceResponse> updateFixedMohAudioSourceAsync(AxlNetClient.UpdateFixedMohAudioSourceReq updateFixedMohAudioSource)
 {
     AxlNetClient.updateFixedMohAudioSourceRequest inValue = new AxlNetClient.updateFixedMohAudioSourceRequest();
     inValue.updateFixedMohAudioSource = updateFixedMohAudioSource;
     return(((AxlNetClient.AXLPort39)(this)).updateFixedMohAudioSourceAsync(inValue));
 }
Exemplo n.º 3
0
 public System.Threading.Tasks.Task <AxlNetClient.updateFixedMohAudioSourceResponse> updateFixedMohAudioSourceAsync(AxlNetClient.UpdateFixedMohAudioSourceReq updateFixedMohAudioSource)
 {
     return(axlPortClient39.updateFixedMohAudioSourceAsync(updateFixedMohAudioSource));
 }
Exemplo n.º 4
0
 public AxlNetClient.StandardResponse updateFixedMohAudioSource(AxlNetClient.UpdateFixedMohAudioSourceReq updateFixedMohAudioSource1)
 {
     return(axlPortClient39.updateFixedMohAudioSource(updateFixedMohAudioSource1));
 }