Example #1
0
 public System.Threading.Tasks.Task <WSShipToAddressNAV.ReadMultiple_Result> ReadMultipleAsync(WSShipToAddressNAV.WSShipToAddress_Filter[] filter, string bookmarkKey, int setSize)
 {
     WSShipToAddressNAV.ReadMultiple inValue = new WSShipToAddressNAV.ReadMultiple();
     inValue.filter      = filter;
     inValue.bookmarkKey = bookmarkKey;
     inValue.setSize     = setSize;
     return(((WSShipToAddressNAV.WSShipToAddress_Port)(this)).ReadMultipleAsync(inValue));
 }
Example #2
0
 System.Threading.Tasks.Task <WSShipToAddressNAV.ReadMultiple_Result> WSShipToAddressNAV.WSShipToAddress_Port.ReadMultipleAsync(WSShipToAddressNAV.ReadMultiple request)
 {
     return(base.Channel.ReadMultipleAsync(request));
 }