Пример #1
0
 public System.Threading.Tasks.Task <BillPaymentGroupAssignment.FlowServices.GetFlowInfoResponse> GetFlowInfoAsync(string accNum)
 {
     BillPaymentGroupAssignment.FlowServices.GetFlowInfoRequest inValue = new BillPaymentGroupAssignment.FlowServices.GetFlowInfoRequest();
     inValue.Body        = new BillPaymentGroupAssignment.FlowServices.GetFlowInfoRequestBody();
     inValue.Body.accNum = accNum;
     return(((BillPaymentGroupAssignment.FlowServices.FlowConnectSoap)(this)).GetFlowInfoAsync(inValue));
 }
Пример #2
0
 public BillPaymentGroupAssignment.FlowServices.ArrayOfString GetFlowInfo(string accNum)
 {
     BillPaymentGroupAssignment.FlowServices.GetFlowInfoRequest inValue = new BillPaymentGroupAssignment.FlowServices.GetFlowInfoRequest();
     inValue.Body        = new BillPaymentGroupAssignment.FlowServices.GetFlowInfoRequestBody();
     inValue.Body.accNum = accNum;
     BillPaymentGroupAssignment.FlowServices.GetFlowInfoResponse retVal = ((BillPaymentGroupAssignment.FlowServices.FlowConnectSoap)(this)).GetFlowInfo(inValue);
     return(retVal.Body.GetFlowInfoResult);
 }
Пример #3
0
 System.Threading.Tasks.Task <BillPaymentGroupAssignment.FlowServices.GetFlowInfoResponse> BillPaymentGroupAssignment.FlowServices.FlowConnectSoap.GetFlowInfoAsync(BillPaymentGroupAssignment.FlowServices.GetFlowInfoRequest request)
 {
     return(base.Channel.GetFlowInfoAsync(request));
 }
Пример #4
0
 BillPaymentGroupAssignment.FlowServices.GetFlowInfoResponse BillPaymentGroupAssignment.FlowServices.FlowConnectSoap.GetFlowInfo(BillPaymentGroupAssignment.FlowServices.GetFlowInfoRequest request)
 {
     return(base.Channel.GetFlowInfo(request));
 }