Ejemplo n.º 1
0
 public AxlNetClient.StandardResponse updateMohAudioSource(AxlNetClient.UpdateMohAudioSourceReq updateMohAudioSource1)
 {
     AxlNetClient.updateMohAudioSourceRequest inValue = new AxlNetClient.updateMohAudioSourceRequest();
     inValue.updateMohAudioSource = updateMohAudioSource1;
     AxlNetClient.updateMohAudioSourceResponse retVal = ((AxlNetClient.AXLPort19)(this)).updateMohAudioSource(inValue);
     return(retVal.updateMohAudioSourceResponse1);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateMohAudioSourceResponse> updateMohAudioSourceAsync(AxlNetClient.UpdateMohAudioSourceReq updateMohAudioSource)
 {
     AxlNetClient.updateMohAudioSourceRequest inValue = new AxlNetClient.updateMohAudioSourceRequest();
     inValue.updateMohAudioSource = updateMohAudioSource;
     return(((AxlNetClient.AXLPort19)(this)).updateMohAudioSourceAsync(inValue));
 }
Ejemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.updateMohAudioSourceResponse> AxlNetClient.AXLPort19.updateMohAudioSourceAsync(AxlNetClient.updateMohAudioSourceRequest request)
 {
     return(base.Channel.updateMohAudioSourceAsync(request));
 }
Ejemplo n.º 4
0
 AxlNetClient.updateMohAudioSourceResponse AxlNetClient.AXLPort19.updateMohAudioSource(AxlNetClient.updateMohAudioSourceRequest request)
 {
     return(base.Channel.updateMohAudioSource(request));
 }