Пример #1
0
 public AxlNetClient.StandardResponse applyDevicePool(AxlNetClient.NameAndGUIDRequest applyDevicePool1)
 {
     AxlNetClient.applyDevicePoolRequest inValue = new AxlNetClient.applyDevicePoolRequest();
     inValue.applyDevicePool = applyDevicePool1;
     AxlNetClient.applyDevicePoolResponse retVal = ((AxlNetClient.AXLPort9)(this)).applyDevicePool(inValue);
     return(retVal.applyDevicePoolResponse1);
 }
Пример #2
0
 public System.Threading.Tasks.Task <AxlNetClient.applyDevicePoolResponse> applyDevicePoolAsync(AxlNetClient.NameAndGUIDRequest applyDevicePool)
 {
     AxlNetClient.applyDevicePoolRequest inValue = new AxlNetClient.applyDevicePoolRequest();
     inValue.applyDevicePool = applyDevicePool;
     return(((AxlNetClient.AXLPort9)(this)).applyDevicePoolAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <AxlNetClient.applyDevicePoolResponse> AxlNetClient.AXLPort9.applyDevicePoolAsync(AxlNetClient.applyDevicePoolRequest request)
 {
     return(base.Channel.applyDevicePoolAsync(request));
 }
Пример #4
0
 AxlNetClient.applyDevicePoolResponse AxlNetClient.AXLPort9.applyDevicePool(AxlNetClient.applyDevicePoolRequest request)
 {
     return(base.Channel.applyDevicePool(request));
 }