Example #1
0
 /// <remarks/>
 public void QueryAsync(Query Query1, object userState) {
     if ((this.QueryOperationCompleted == null)) {
         this.QueryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnQueryOperationCompleted);
     }
     this.InvokeAsync("Query", new object[] {
                 Query1}, this.QueryOperationCompleted, userState);
 }
Example #2
0
 /// <remarks/>
 public void QueryAsync(Query Query1) {
     this.QueryAsync(Query1, null);
 }