示例#1
0
 /// <remarks/>
 public void FindIndustryAsync(FindIndustryRequest FindIndustryRequest)
 {
     this.FindIndustryAsync(FindIndustryRequest, null);
 }
示例#2
0
 /// <remarks/>
 public void FindIndustryAsync(FindIndustryRequest FindIndustryRequest, object userState)
 {
     if ((this.FindIndustryOperationCompleted == null)) {
         this.FindIndustryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnFindIndustryOperationCompleted);
     }
     this.InvokeAsync("FindIndustry", new object[] {
                 FindIndustryRequest}, this.FindIndustryOperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public System.IAsyncResult BeginFindIndustry(FindIndustryRequest FindIndustryRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FindIndustry", new object[] {
                 FindIndustryRequest}, callback, asyncState);
 }