/// <remarks/> public void getProductAsync(getProductParameters getProduct1, object userState) { if ((this.getProductOperationCompleted == null)) { this.getProductOperationCompleted = new System.Threading.SendOrPostCallback(this.OngetProductOperationCompleted); } this.InvokeAsync("getProduct", new object[] { getProduct1}, this.getProductOperationCompleted, userState); }
/// <remarks/> public void getProductAsync(getProductParameters getProduct1) { this.getProductAsync(getProduct1, null); }