public AxlNetClient.GetDefaultDeviceProfileRes getDefaultDeviceProfile(AxlNetClient.GetDefaultDeviceProfileReq getDefaultDeviceProfile1) { AxlNetClient.getDefaultDeviceProfileRequest inValue = new AxlNetClient.getDefaultDeviceProfileRequest(); inValue.getDefaultDeviceProfile = getDefaultDeviceProfile1; AxlNetClient.getDefaultDeviceProfileResponse retVal = ((AxlNetClient.AXLPort41)(this)).getDefaultDeviceProfile(inValue); return(retVal.getDefaultDeviceProfileResponse1); }
public System.Threading.Tasks.Task <AxlNetClient.getDefaultDeviceProfileResponse> getDefaultDeviceProfileAsync(AxlNetClient.GetDefaultDeviceProfileReq getDefaultDeviceProfile) { AxlNetClient.getDefaultDeviceProfileRequest inValue = new AxlNetClient.getDefaultDeviceProfileRequest(); inValue.getDefaultDeviceProfile = getDefaultDeviceProfile; return(((AxlNetClient.AXLPort41)(this)).getDefaultDeviceProfileAsync(inValue)); }
System.Threading.Tasks.Task <AxlNetClient.getDefaultDeviceProfileResponse> AxlNetClient.AXLPort41.getDefaultDeviceProfileAsync(AxlNetClient.getDefaultDeviceProfileRequest request) { return(base.Channel.getDefaultDeviceProfileAsync(request)); }
AxlNetClient.getDefaultDeviceProfileResponse AxlNetClient.AXLPort41.getDefaultDeviceProfile(AxlNetClient.getDefaultDeviceProfileRequest request) { return(base.Channel.getDefaultDeviceProfile(request)); }