示例#1
0
 public AxlNetClient.StandardResponse addDevicePool(AxlNetClient.AddDevicePoolReq addDevicePool1)
 {
     AxlNetClient.addDevicePoolRequest inValue = new AxlNetClient.addDevicePoolRequest();
     inValue.addDevicePool = addDevicePool1;
     AxlNetClient.addDevicePoolResponse retVal = ((AxlNetClient.AXLPort8)(this)).addDevicePool(inValue);
     return(retVal.addDevicePoolResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.addDevicePoolResponse> addDevicePoolAsync(AxlNetClient.AddDevicePoolReq addDevicePool)
 {
     AxlNetClient.addDevicePoolRequest inValue = new AxlNetClient.addDevicePoolRequest();
     inValue.addDevicePool = addDevicePool;
     return(((AxlNetClient.AXLPort8)(this)).addDevicePoolAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.addDevicePoolResponse> AxlNetClient.AXLPort8.addDevicePoolAsync(AxlNetClient.addDevicePoolRequest request)
 {
     return(base.Channel.addDevicePoolAsync(request));
 }
示例#4
0
 AxlNetClient.addDevicePoolResponse AxlNetClient.AXLPort8.addDevicePool(AxlNetClient.addDevicePoolRequest request)
 {
     return(base.Channel.addDevicePool(request));
 }