Beispiel #1
0
 private System.IAsyncResult BeginQueryMethod(string QueryText, System.AsyncCallback callback, object asyncState)
 {
     BottleOntoQueryClient.QueryServiceRef.QueryMethodRequest inValue = new BottleOntoQueryClient.QueryServiceRef.QueryMethodRequest();
     inValue.Body           = new BottleOntoQueryClient.QueryServiceRef.QueryMethodRequestBody();
     inValue.Body.QueryText = QueryText;
     return(((BottleOntoQueryClient.QueryServiceRef.OntologyQueryService)(this)).BeginQueryMethod(inValue, callback, asyncState));
 }
Beispiel #2
0
 public System.IAsyncResult BeginQueryMethod(BottleOntoQueryClient.QueryServiceRef.QueryMethodRequest request, System.AsyncCallback callback, object asyncState)
 {
     object[] _args = new object[1];
     _args[0] = request;
     System.IAsyncResult _result = base.BeginInvoke("QueryMethod", _args, callback, asyncState);
     return(_result);
 }
Beispiel #3
0
 System.IAsyncResult BottleOntoQueryClient.QueryServiceRef.OntologyQueryService.BeginQueryMethod(BottleOntoQueryClient.QueryServiceRef.QueryMethodRequest request, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginQueryMethod(request, callback, asyncState));
 }