コード例 #1
0
 public EmployeeWithEntityFramwork.BankIdService.CollectResponseType Collect(string orderRef)
 {
     EmployeeWithEntityFramwork.BankIdService.CollectRequest inValue = new EmployeeWithEntityFramwork.BankIdService.CollectRequest();
     inValue.orderRef = orderRef;
     EmployeeWithEntityFramwork.BankIdService.CollectResponse retVal = ((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).Collect(inValue);
     return(retVal.CollectResponse1);
 }
コード例 #2
0
 public System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.CollectResponse> CollectAsync(string orderRef)
 {
     EmployeeWithEntityFramwork.BankIdService.CollectRequest inValue = new EmployeeWithEntityFramwork.BankIdService.CollectRequest();
     inValue.orderRef = orderRef;
     return(((EmployeeWithEntityFramwork.BankIdService.RpServicePortType)(this)).CollectAsync(inValue));
 }
コード例 #3
0
 System.Threading.Tasks.Task <EmployeeWithEntityFramwork.BankIdService.CollectResponse> EmployeeWithEntityFramwork.BankIdService.RpServicePortType.CollectAsync(EmployeeWithEntityFramwork.BankIdService.CollectRequest request)
 {
     return(base.Channel.CollectAsync(request));
 }
コード例 #4
0
 EmployeeWithEntityFramwork.BankIdService.CollectResponse EmployeeWithEntityFramwork.BankIdService.RpServicePortType.Collect(EmployeeWithEntityFramwork.BankIdService.CollectRequest request)
 {
     return(base.Channel.Collect(request));
 }