Beispiel #1
0
 public AxlNetClient.StandardResponse updateDeviceProfile(AxlNetClient.UpdateDeviceProfileReq updateDeviceProfile1)
 {
     AxlNetClient.updateDeviceProfileRequest inValue = new AxlNetClient.updateDeviceProfileRequest();
     inValue.updateDeviceProfile = updateDeviceProfile1;
     AxlNetClient.updateDeviceProfileResponse retVal = ((AxlNetClient.AXLPort44)(this)).updateDeviceProfile(inValue);
     return(retVal.updateDeviceProfileResponse1);
 }
Beispiel #2
0
 public System.Threading.Tasks.Task <AxlNetClient.updateDeviceProfileResponse> updateDeviceProfileAsync(AxlNetClient.UpdateDeviceProfileReq updateDeviceProfile)
 {
     AxlNetClient.updateDeviceProfileRequest inValue = new AxlNetClient.updateDeviceProfileRequest();
     inValue.updateDeviceProfile = updateDeviceProfile;
     return(((AxlNetClient.AXLPort44)(this)).updateDeviceProfileAsync(inValue));
 }
Beispiel #3
0
 System.Threading.Tasks.Task <AxlNetClient.updateDeviceProfileResponse> AxlNetClient.AXLPort44.updateDeviceProfileAsync(AxlNetClient.updateDeviceProfileRequest request)
 {
     return(base.Channel.updateDeviceProfileAsync(request));
 }
Beispiel #4
0
 AxlNetClient.updateDeviceProfileResponse AxlNetClient.AXLPort44.updateDeviceProfile(AxlNetClient.updateDeviceProfileRequest request)
 {
     return(base.Channel.updateDeviceProfile(request));
 }