public TestEntity TestGetProduct(DataProduct dat) { object[] results = this.Invoke("TestGetProduct", new object[] { dat }); return((TestEntity)(results[0])); }
/// <remarks/> public void TestGetProductAsync(DataProduct dat, object userState) { if ((this.TestGetProductOperationCompleted == null)) { this.TestGetProductOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTestGetProductOperationCompleted); } this.InvokeAsync("TestGetProduct", new object[] { dat }, this.TestGetProductOperationCompleted, userState); }
/// <remarks/> public void TestGetProductAsync(DataProduct dat) { this.TestGetProductAsync(dat, null); }