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