Exemplo n.º 1
0
 private object[] OnEndaddTest(System.IAsyncResult result)
 {
     NetTestClient.WCF.TestClass retVal = this.EndaddTest(result);
     return(new object[] {
         retVal
     });
 }
Exemplo n.º 2
0
 public void updateTestAsync(NetTestClient.WCF.TestClass test, object userState)
 {
     if ((this.onBeginupdateTestDelegate == null))
     {
         this.onBeginupdateTestDelegate = new BeginOperationDelegate(this.OnBeginupdateTest);
     }
     if ((this.onEndupdateTestDelegate == null))
     {
         this.onEndupdateTestDelegate = new EndOperationDelegate(this.OnEndupdateTest);
     }
     if ((this.onupdateTestCompletedDelegate == null))
     {
         this.onupdateTestCompletedDelegate = new System.Threading.SendOrPostCallback(this.OnupdateTestCompleted);
     }
     base.InvokeAsync(this.onBeginupdateTestDelegate, new object[] {
         test
     }, this.onEndupdateTestDelegate, this.onupdateTestCompletedDelegate, userState);
 }
Exemplo n.º 3
0
 public void updateTestAsync(NetTestClient.WCF.TestClass test)
 {
     this.updateTestAsync(test, null);
 }
Exemplo n.º 4
0
 private System.IAsyncResult OnBeginupdateTest(object[] inValues, System.AsyncCallback callback, object asyncState)
 {
     NetTestClient.WCF.TestClass test = ((NetTestClient.WCF.TestClass)(inValues[0]));
     return(this.BeginupdateTest(test, callback, asyncState));
 }
Exemplo n.º 5
0
 public System.IAsyncResult BeginupdateTest(NetTestClient.WCF.TestClass test, System.AsyncCallback callback, object asyncState)
 {
     return(base.Channel.BeginupdateTest(test, callback, asyncState));
 }
Exemplo n.º 6
0
 public void updateTest(NetTestClient.WCF.TestClass test)
 {
     base.Channel.updateTest(test);
 }
Exemplo n.º 7
0
 public void deleteTestAsync(NetTestClient.WCF.TestClass test)
 {
     this.deleteTestAsync(test, null);
 }
Exemplo n.º 8
0
 public bool deleteTest(NetTestClient.WCF.TestClass test)
 {
     return(base.Channel.deleteTest(test));
 }
Exemplo n.º 9
0
 public void addTestAsync(NetTestClient.WCF.TestClass tset)
 {
     this.addTestAsync(tset, null);
 }
Exemplo n.º 10
0
 public NetTestClient.WCF.TestClass addTest(NetTestClient.WCF.TestClass tset)
 {
     return(base.Channel.addTest(tset));
 }