Example #1
0
 public void Update(ref PutAlwaysQH PutAlwaysQH)
 {
     object[] results = this.Invoke("Update", new object[] {
         PutAlwaysQH
     });
     PutAlwaysQH = ((PutAlwaysQH)(results[0]));
 }
Example #2
0
 /// <remarks/>
 public void EndUpdate(System.IAsyncResult asyncResult, out PutAlwaysQH PutAlwaysQH)
 {
     object[] results = this.EndInvoke(asyncResult);
     PutAlwaysQH = ((PutAlwaysQH)(results[0]));
 }
Example #3
0
 /// <remarks/>
 public System.IAsyncResult BeginUpdate(PutAlwaysQH PutAlwaysQH, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("Update", new object[] {
         PutAlwaysQH
     }, callback, asyncState));
 }