Exemplo n.º 1
0
 public System.Threading.Tasks.Task <softWrench.sW4.sw_ld.processDocumentResponse> processDocumentAsync(softWrench.sW4.sw_ld.SW_LD SW_LD)
 {
     softWrench.sW4.sw_ld.processDocumentRequest inValue = new softWrench.sW4.sw_ld.processDocumentRequest();
     inValue.SW_LD = SW_LD;
     return(((softWrench.sW4.sw_ld.SW_LDPortType)(this)).processDocumentAsync(inValue));
 }
Exemplo n.º 2
0
 public void processDocument(softWrench.sW4.sw_ld.SW_LD SW_LD)
 {
     softWrench.sW4.sw_ld.processDocumentRequest inValue = new softWrench.sW4.sw_ld.processDocumentRequest();
     inValue.SW_LD = SW_LD;
     softWrench.sW4.sw_ld.processDocumentResponse retVal = ((softWrench.sW4.sw_ld.SW_LDPortType)(this)).processDocument(inValue);
 }
Exemplo n.º 3
0
 System.Threading.Tasks.Task <softWrench.sW4.sw_ld.processDocumentResponse> softWrench.sW4.sw_ld.SW_LDPortType.processDocumentAsync(softWrench.sW4.sw_ld.processDocumentRequest request)
 {
     return(base.Channel.processDocumentAsync(request));
 }
Exemplo n.º 4
0
 softWrench.sW4.sw_ld.processDocumentResponse softWrench.sW4.sw_ld.SW_LDPortType.processDocument(softWrench.sW4.sw_ld.processDocumentRequest request)
 {
     return(base.Channel.processDocument(request));
 }