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