예제 #1
0
 public AxlNetClient.ListDeviceProfileRes listDeviceProfile(AxlNetClient.ListDeviceProfileReq listDeviceProfile1)
 {
     AxlNetClient.listDeviceProfileRequest inValue = new AxlNetClient.listDeviceProfileRequest();
     inValue.listDeviceProfile = listDeviceProfile1;
     AxlNetClient.listDeviceProfileResponse retVal = ((AxlNetClient.AXLPort44)(this)).listDeviceProfile(inValue);
     return(retVal.listDeviceProfileResponse1);
 }
예제 #2
0
 public System.Threading.Tasks.Task <AxlNetClient.listDeviceProfileResponse> listDeviceProfileAsync(AxlNetClient.ListDeviceProfileReq listDeviceProfile)
 {
     AxlNetClient.listDeviceProfileRequest inValue = new AxlNetClient.listDeviceProfileRequest();
     inValue.listDeviceProfile = listDeviceProfile;
     return(((AxlNetClient.AXLPort44)(this)).listDeviceProfileAsync(inValue));
 }
예제 #3
0
 System.Threading.Tasks.Task <AxlNetClient.listDeviceProfileResponse> AxlNetClient.AXLPort44.listDeviceProfileAsync(AxlNetClient.listDeviceProfileRequest request)
 {
     return(base.Channel.listDeviceProfileAsync(request));
 }
예제 #4
0
 AxlNetClient.listDeviceProfileResponse AxlNetClient.AXLPort44.listDeviceProfile(AxlNetClient.listDeviceProfileRequest request)
 {
     return(base.Channel.listDeviceProfile(request));
 }