コード例 #1
0
ファイル: EntityListService.cs プロジェクト: NCARB/dnb
 /// <remarks/>
 public void FindIndustryAsync(FindIndustryRequest FindIndustryRequest)
 {
     this.FindIndustryAsync(FindIndustryRequest, null);
 }
コード例 #2
0
ファイル: EntityListService.cs プロジェクト: NCARB/dnb
 /// <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
ファイル: EntityListService.cs プロジェクト: NCARB/dnb
 /// <remarks/>
 public System.IAsyncResult BeginFindIndustry(FindIndustryRequest FindIndustryRequest, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("FindIndustry", new object[] {
                 FindIndustryRequest}, callback, asyncState);
 }