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