Ejemplo n.º 1
0
 /// <remarks/>
 public void SearchHITsAsync(SearchHITs SearchHITs1)
 {
     this.SearchHITsAsync(SearchHITs1, null);
 }
Ejemplo n.º 2
0
 /// <remarks/>
 public void SearchHITsAsync(SearchHITs SearchHITs1, object userState)
 {
     if ((this.SearchHITsOperationCompleted == null)) {
         this.SearchHITsOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSearchHITsOperationCompleted);
     }
     this.InvokeAsync("SearchHITs", new object[] {
                 SearchHITs1}, this.SearchHITsOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginSearchHITs(SearchHITs SearchHITs1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("SearchHITs", new object[] {
                 SearchHITs1}, callback, asyncState);
 }