示例#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
 public System.Threading.Tasks.Task <AxlNetClient.addDevicePoolResponse> addDevicePoolAsync(AxlNetClient.AddDevicePoolReq addDevicePool)
 {
     return(axlPortClient8.addDevicePoolAsync(addDevicePool));
 }
示例#4
0
 public AxlNetClient.StandardResponse addDevicePool(AxlNetClient.AddDevicePoolReq addDevicePool1)
 {
     return(axlPortClient8.addDevicePool(addDevicePool1));
 }