Beispiel #1
0
 public AxlNetClient.GetDeviceMobilityRes getDeviceMobility(AxlNetClient.GetDeviceMobilityReq getDeviceMobility1)
 {
     AxlNetClient.getDeviceMobilityRequest inValue = new AxlNetClient.getDeviceMobilityRequest();
     inValue.getDeviceMobility = getDeviceMobility1;
     AxlNetClient.getDeviceMobilityResponse retVal = ((AxlNetClient.AXLPort13)(this)).getDeviceMobility(inValue);
     return(retVal.getDeviceMobilityResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getDeviceMobilityResponse> getDeviceMobilityAsync(AxlNetClient.GetDeviceMobilityReq getDeviceMobility)
 {
     AxlNetClient.getDeviceMobilityRequest inValue = new AxlNetClient.getDeviceMobilityRequest();
     inValue.getDeviceMobility = getDeviceMobility;
     return(((AxlNetClient.AXLPort13)(this)).getDeviceMobilityAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.getDeviceMobilityResponse> AxlNetClient.AXLPort13.getDeviceMobilityAsync(AxlNetClient.getDeviceMobilityRequest request)
 {
     return(base.Channel.getDeviceMobilityAsync(request));
 }
Beispiel #4
0
 AxlNetClient.getDeviceMobilityResponse AxlNetClient.AXLPort13.getDeviceMobility(AxlNetClient.getDeviceMobilityRequest request)
 {
     return(base.Channel.getDeviceMobility(request));
 }