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