public TestEntity TestReportStock(ReportStockEntity item) { object[] results = this.Invoke("TestReportStock", new object[] { item }); return((TestEntity)(results[0])); }
/// <remarks/> public void TestReportStockAsync(ReportStockEntity item, object userState) { if ((this.TestReportStockOperationCompleted == null)) { this.TestReportStockOperationCompleted = new System.Threading.SendOrPostCallback(this.OnTestReportStockOperationCompleted); } this.InvokeAsync("TestReportStock", new object[] { item }, this.TestReportStockOperationCompleted, userState); }
/// <remarks/> public void TestReportStockAsync(ReportStockEntity item) { this.TestReportStockAsync(item, null); }