/// <remarks/> public void getProductsAsync(getProductsRequest getProductsRequest, object userState) { if ((this.getProductsOperationCompleted == null)) { this.getProductsOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetProductsOperationCompleted); } this.InvokeAsync("getProducts", new object[] { getProductsRequest}, this.getProductsOperationCompleted, userState); }
/// <remarks/> public void getProductsAsync(getProductsRequest getProductsRequest) { this.getProductsAsync(getProductsRequest, null); }