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)); }
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); }
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); }
System.Threading.Tasks.Task <DemoConnector.TwinfieldDeletedTransactionService.QueryResponse> DemoConnector.TwinfieldDeletedTransactionService.DeletedTransactionsService.QueryAsync(DemoConnector.TwinfieldDeletedTransactionService.QueryRequest request) { return(base.Channel.QueryAsync(request)); }
DemoConnector.TwinfieldDeletedTransactionService.QueryResponse DemoConnector.TwinfieldDeletedTransactionService.DeletedTransactionsService.Query(DemoConnector.TwinfieldDeletedTransactionService.QueryRequest request) { return(base.Channel.Query(request)); }