Exemplo n.º 1
0
 public AxlNetClient.GetCmcInfoRes getCmcInfo(AxlNetClient.GetCmcInfoReq getCmcInfo1)
 {
     AxlNetClient.getCmcInfoRequest inValue = new AxlNetClient.getCmcInfoRequest();
     inValue.getCmcInfo = getCmcInfo1;
     AxlNetClient.getCmcInfoResponse retVal = ((AxlNetClient.AXLPort14)(this)).getCmcInfo(inValue);
     return(retVal.getCmcInfoResponse1);
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <AxlNetClient.getCmcInfoResponse> getCmcInfoAsync(AxlNetClient.GetCmcInfoReq getCmcInfo)
 {
     AxlNetClient.getCmcInfoRequest inValue = new AxlNetClient.getCmcInfoRequest();
     inValue.getCmcInfo = getCmcInfo;
     return(((AxlNetClient.AXLPort14)(this)).getCmcInfoAsync(inValue));
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <AxlNetClient.getCmcInfoResponse> AxlNetClient.AXLPort14.getCmcInfoAsync(AxlNetClient.getCmcInfoRequest request)
 {
     return(base.Channel.getCmcInfoAsync(request));
 }
Exemplo n.º 4
0
 AxlNetClient.getCmcInfoResponse AxlNetClient.AXLPort14.getCmcInfo(AxlNetClient.getCmcInfoRequest request)
 {
     return(base.Channel.getCmcInfo(request));
 }