Пример #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));
 }
Пример #2
0
 IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowResponse IntellaLend.WFProxy.IntellaLendWF.IService.ExecuteWorkFlow(IntellaLend.WFProxy.IntellaLendWF.ExecuteWorkFlowRequest request)
 {
     return(base.Channel.ExecuteWorkFlow(request));
 }
Пример #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);
 }
Пример #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));
 }