Пример #1
0
 public AxlNetClient.GetDeviceProfileRes getDeviceProfile(AxlNetClient.GetDeviceProfileReq getDeviceProfile1)
 {
     AxlNetClient.getDeviceProfileRequest inValue = new AxlNetClient.getDeviceProfileRequest();
     inValue.getDeviceProfile = getDeviceProfile1;
     AxlNetClient.getDeviceProfileResponse retVal = ((AxlNetClient.AXLPort44)(this)).getDeviceProfile(inValue);
     return(retVal.getDeviceProfileResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getDeviceProfileResponse> getDeviceProfileAsync(AxlNetClient.GetDeviceProfileReq getDeviceProfile)
 {
     AxlNetClient.getDeviceProfileRequest inValue = new AxlNetClient.getDeviceProfileRequest();
     inValue.getDeviceProfile = getDeviceProfile;
     return(((AxlNetClient.AXLPort44)(this)).getDeviceProfileAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.getDeviceProfileResponse> AxlNetClient.AXLPort44.getDeviceProfileAsync(AxlNetClient.getDeviceProfileRequest request)
 {
     return(base.Channel.getDeviceProfileAsync(request));
 }
Пример #4
0
 AxlNetClient.getDeviceProfileResponse AxlNetClient.AXLPort44.getDeviceProfile(AxlNetClient.getDeviceProfileRequest request)
 {
     return(base.Channel.getDeviceProfile(request));
 }