Exemplo n.º 1
0
 public AxlNetClient.GetMohAudioSourceRes getMohAudioSource(AxlNetClient.GetMohAudioSourceReq getMohAudioSource1)
 {
     AxlNetClient.getMohAudioSourceRequest inValue = new AxlNetClient.getMohAudioSourceRequest();
     inValue.getMohAudioSource = getMohAudioSource1;
     AxlNetClient.getMohAudioSourceResponse retVal = ((AxlNetClient.AXLPort19)(this)).getMohAudioSource(inValue);
     return(retVal.getMohAudioSourceResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getMohAudioSourceResponse> getMohAudioSourceAsync(AxlNetClient.GetMohAudioSourceReq getMohAudioSource)
 {
     return(axlPortClient19.getMohAudioSourceAsync(getMohAudioSource));
 }
Exemplo n.º 3
0
 public AxlNetClient.GetMohAudioSourceRes getMohAudioSource(AxlNetClient.GetMohAudioSourceReq getMohAudioSource1)
 {
     return(axlPortClient19.getMohAudioSource(getMohAudioSource1));
 }
Exemplo n.º 4
0
 public System.Threading.Tasks.Task <AxlNetClient.getMohAudioSourceResponse> getMohAudioSourceAsync(AxlNetClient.GetMohAudioSourceReq getMohAudioSource)
 {
     AxlNetClient.getMohAudioSourceRequest inValue = new AxlNetClient.getMohAudioSourceRequest();
     inValue.getMohAudioSource = getMohAudioSource;
     return(((AxlNetClient.AXLPort19)(this)).getMohAudioSourceAsync(inValue));
 }