Пример #1
0
 public AxlNetClient.GetDeviceProfileOptionsRes getDeviceProfileOptions(AxlNetClient.GetDeviceProfileOptionsReq getDeviceProfileOptions1)
 {
     AxlNetClient.getDeviceProfileOptionsRequest inValue = new AxlNetClient.getDeviceProfileOptionsRequest();
     inValue.getDeviceProfileOptions = getDeviceProfileOptions1;
     AxlNetClient.getDeviceProfileOptionsResponse retVal = ((AxlNetClient.AXLPort45)(this)).getDeviceProfileOptions(inValue);
     return(retVal.getDeviceProfileOptionsResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.getDeviceProfileOptionsResponse> getDeviceProfileOptionsAsync(AxlNetClient.GetDeviceProfileOptionsReq getDeviceProfileOptions)
 {
     AxlNetClient.getDeviceProfileOptionsRequest inValue = new AxlNetClient.getDeviceProfileOptionsRequest();
     inValue.getDeviceProfileOptions = getDeviceProfileOptions;
     return(((AxlNetClient.AXLPort45)(this)).getDeviceProfileOptionsAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.getDeviceProfileOptionsResponse> AxlNetClient.AXLPort45.getDeviceProfileOptionsAsync(AxlNetClient.getDeviceProfileOptionsRequest request)
 {
     return(base.Channel.getDeviceProfileOptionsAsync(request));
 }
Пример #4
0
 AxlNetClient.getDeviceProfileOptionsResponse AxlNetClient.AXLPort45.getDeviceProfileOptions(AxlNetClient.getDeviceProfileOptionsRequest request)
 {
     return(base.Channel.getDeviceProfileOptions(request));
 }