Esempio n. 1
0
 public System.Threading.Tasks.Task <DemoConnector.TwinfieldDeletedTransactionService.QueryResponse> QueryAsync(DemoConnector.TwinfieldDeletedTransactionService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldDeletedTransactionService.Query Query)
 {
     DemoConnector.TwinfieldDeletedTransactionService.QueryRequest inValue = new DemoConnector.TwinfieldDeletedTransactionService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query;
     return(((DemoConnector.TwinfieldDeletedTransactionService.DeletedTransactionsService)(this)).QueryAsync(inValue));
 }
Esempio n. 2
0
 public QueryResult Query(string SessionId, Query Query)
 {
     DemoConnector.TwinfieldDeletedTransactionService.QueryRequest inValue = new DemoConnector.TwinfieldDeletedTransactionService.QueryRequest();
     inValue.SessionId = SessionId;
     inValue.Query     = Query;
     DemoConnector.TwinfieldDeletedTransactionService.QueryResponse retVal =
         ((DemoConnector.TwinfieldDeletedTransactionService.DeletedTransactionsService)(this)).Query(inValue);
     return(retVal.Result);
 }
Esempio n. 3
0
 public DemoConnector.TwinfieldDeletedTransactionService.QueryResult Query(DemoConnector.TwinfieldDeletedTransactionService.AuthenticationHeader Authentication, string SessionId, DemoConnector.TwinfieldDeletedTransactionService.Query Query1)
 {
     DemoConnector.TwinfieldDeletedTransactionService.QueryRequest inValue = new DemoConnector.TwinfieldDeletedTransactionService.QueryRequest();
     inValue.Authentication = Authentication;
     inValue.SessionId      = SessionId;
     inValue.Query          = Query1;
     DemoConnector.TwinfieldDeletedTransactionService.QueryResponse retVal = ((DemoConnector.TwinfieldDeletedTransactionService.DeletedTransactionsService)(this)).Query(inValue);
     return(retVal.Result);
 }
Esempio n. 4
0
 System.Threading.Tasks.Task <DemoConnector.TwinfieldDeletedTransactionService.QueryResponse> DemoConnector.TwinfieldDeletedTransactionService.DeletedTransactionsService.QueryAsync(DemoConnector.TwinfieldDeletedTransactionService.QueryRequest request)
 {
     return(base.Channel.QueryAsync(request));
 }
Esempio n. 5
0
 DemoConnector.TwinfieldDeletedTransactionService.QueryResponse DemoConnector.TwinfieldDeletedTransactionService.DeletedTransactionsService.Query(DemoConnector.TwinfieldDeletedTransactionService.QueryRequest request)
 {
     return(base.Channel.Query(request));
 }