Beispiel #1
0
 public TestEntity TestReportStock(ReportStockEntity item)
 {
     object[] results = this.Invoke("TestReportStock", new object[] {
         item
     });
     return((TestEntity)(results[0]));
 }
Beispiel #2
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);
 }
Beispiel #3
0
 /// <remarks/>
 public void TestReportStockAsync(ReportStockEntity item)
 {
     this.TestReportStockAsync(item, null);
 }