Example #1
0
 public bool sendINDocument(PW.Ncels.ServiceWithEdo.InParameters parameters)
 {
     PW.Ncels.ServiceWithEdo.sendINDocumentRequest inValue = new PW.Ncels.ServiceWithEdo.sendINDocumentRequest();
     inValue.parameters = parameters;
     PW.Ncels.ServiceWithEdo.sendINDocumentResponse retVal = ((PW.Ncels.ServiceWithEdo.Action)(this)).sendINDocument(inValue);
     return(retVal.sendINDocumentReturn);
 }
Example #2
0
 public System.Threading.Tasks.Task <PW.Ncels.ServiceWithEdo.sendINDocumentResponse> sendINDocumentAsync(PW.Ncels.ServiceWithEdo.InParameters parameters)
 {
     PW.Ncels.ServiceWithEdo.sendINDocumentRequest inValue = new PW.Ncels.ServiceWithEdo.sendINDocumentRequest();
     inValue.parameters = parameters;
     return(((PW.Ncels.ServiceWithEdo.Action)(this)).sendINDocumentAsync(inValue));
 }
Example #3
0
 System.Threading.Tasks.Task <PW.Ncels.ServiceWithEdo.sendINDocumentResponse> PW.Ncels.ServiceWithEdo.Action.sendINDocumentAsync(PW.Ncels.ServiceWithEdo.sendINDocumentRequest request)
 {
     return(base.Channel.sendINDocumentAsync(request));
 }
Example #4
0
 PW.Ncels.ServiceWithEdo.sendINDocumentResponse PW.Ncels.ServiceWithEdo.Action.sendINDocument(PW.Ncels.ServiceWithEdo.sendINDocumentRequest request)
 {
     return(base.Channel.sendINDocument(request));
 }