/// <remarks/> public void SellerProfileSearchRequestAsync(SellerProfileRequest SellerProfileSearchRequest1, object userState) { if ((this.SellerProfileSearchRequestOperationCompleted == null)) { this.SellerProfileSearchRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSellerProfileSearchRequestOperationCompleted); } this.InvokeAsync("SellerProfileSearchRequest", new object[] { SellerProfileSearchRequest1}, this.SellerProfileSearchRequestOperationCompleted, userState); }
/// <remarks/> public void SellerProfileSearchRequestAsync(SellerProfileRequest SellerProfileSearchRequest1) { this.SellerProfileSearchRequestAsync(SellerProfileSearchRequest1, null); }