Esempio n. 1
0
 System.Threading.Tasks.Task <IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowResponse> IntellaLend.WFProxy.IntellaLendWF.IService.ExecuteWorkFlowAsync(IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowRequest request)
 {
     return(base.Channel.ExecuteWorkFlowAsync(request));
 }
Esempio n. 2
0
 IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowResponse IntellaLend.WFProxy.IntellaLendWF.IService.ExecuteWorkFlow(IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowRequest request)
 {
     return(base.Channel.ExecuteWorkFlow(request));
 }
Esempio n. 3
0
 public void ExecuteWorkFlow(System.Collections.Generic.Dictionary <string, string> ArrayOfKeyValueOfstringstring)
 {
     IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowRequest inValue = new IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowRequest();
     inValue.ArrayOfKeyValueOfstringstring = ArrayOfKeyValueOfstringstring;
     IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowResponse retVal = ((IntellaLend.WFProxy.IntellaLendWF.IService)(this)).ExecuteWorkFlow(inValue);
 }
Esempio n. 4
0
 public System.Threading.Tasks.Task <IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowResponse> ExecuteWorkFlowAsync(System.Collections.Generic.Dictionary <string, string> ArrayOfKeyValueOfstringstring)
 {
     IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowRequest inValue = new IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowRequest();
     inValue.ArrayOfKeyValueOfstringstring = ArrayOfKeyValueOfstringstring;
     return(((IntellaLend.WFProxy.IntellaLendWF.IService)(this)).ExecuteWorkFlowAsync(inValue));
 }