Beispiel #1
0
 /// <remarks/>
 public void find_serviceAsync(find_service find_service1)
 {
     this.find_serviceAsync(find_service1, null);
 }
Beispiel #2
0
 /// <remarks/>
 public void find_serviceAsync(find_service find_service1, object userState)
 {
     if ((this.find_serviceOperationCompleted == null))
     {
         this.find_serviceOperationCompleted = new System.Threading.SendOrPostCallback(this.Onfind_serviceOperationCompleted);
     }
     this.InvokeAsync("find_service", new object[] {
             find_service1}, this.find_serviceOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public System.IAsyncResult Beginfind_service(find_service find_service1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("find_service", new object[] {
             find_service1}, callback, asyncState);
 }