Пример #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
 public System.Threading.Tasks.Task <AxlNetClient.getDeviceProfileResponse> getDeviceProfileAsync(AxlNetClient.GetDeviceProfileReq getDeviceProfile)
 {
     return(axlPortClient44.getDeviceProfileAsync(getDeviceProfile));
 }
Пример #4
0
 public AxlNetClient.GetDeviceProfileRes getDeviceProfile(AxlNetClient.GetDeviceProfileReq getDeviceProfile1)
 {
     return(axlPortClient44.getDeviceProfile(getDeviceProfile1));
 }