示例#1
0
 public AxlNetClient.StandardResponse removeDevicePool(AxlNetClient.NameAndGUIDRequest removeDevicePool1)
 {
     AxlNetClient.removeDevicePoolRequest inValue = new AxlNetClient.removeDevicePoolRequest();
     inValue.removeDevicePool = removeDevicePool1;
     AxlNetClient.removeDevicePoolResponse retVal = ((AxlNetClient.AXLPort9)(this)).removeDevicePool(inValue);
     return(retVal.removeDevicePoolResponse1);
 }
示例#2
0
 public System.Threading.Tasks.Task <AxlNetClient.removeDevicePoolResponse> removeDevicePoolAsync(AxlNetClient.NameAndGUIDRequest removeDevicePool)
 {
     AxlNetClient.removeDevicePoolRequest inValue = new AxlNetClient.removeDevicePoolRequest();
     inValue.removeDevicePool = removeDevicePool;
     return(((AxlNetClient.AXLPort9)(this)).removeDevicePoolAsync(inValue));
 }
示例#3
0
 System.Threading.Tasks.Task <AxlNetClient.removeDevicePoolResponse> AxlNetClient.AXLPort9.removeDevicePoolAsync(AxlNetClient.removeDevicePoolRequest request)
 {
     return(base.Channel.removeDevicePoolAsync(request));
 }
示例#4
0
 AxlNetClient.removeDevicePoolResponse AxlNetClient.AXLPort9.removeDevicePool(AxlNetClient.removeDevicePoolRequest request)
 {
     return(base.Channel.removeDevicePool(request));
 }