コード例 #1
0
 /// <remarks/>
 public void RetrieveServiceQuotesAsync(RetrieveServiceQuotes RetrieveServiceQuotesRequest, object userState) {
     if ((this.RetrieveServiceQuotesOperationCompleted == null)) {
         this.RetrieveServiceQuotesOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRetrieveServiceQuotesOperationCompleted);
     }
     this.InvokeAsync("RetrieveServiceQuotes", new object[] {
                 RetrieveServiceQuotesRequest}, this.RetrieveServiceQuotesOperationCompleted, userState);
 }
コード例 #2
0
 /// <remarks/>
 public void RetrieveServiceQuotesAsync(RetrieveServiceQuotes RetrieveServiceQuotesRequest) {
     this.RetrieveServiceQuotesAsync(RetrieveServiceQuotesRequest, null);
 }