Esempio n. 1
0
 public TestEntity TestGetProduct(DataProduct dat)
 {
     object[] results = this.Invoke("TestGetProduct", new object[] {
         dat
     });
     return((TestEntity)(results[0]));
 }
Esempio n. 2
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);
 }
Esempio n. 3
0
 /// <remarks/>
 public void TestGetProductAsync(DataProduct dat)
 {
     this.TestGetProductAsync(dat, null);
 }