/// <remarks/> public System.IAsyncResult Beginupdate(TUpdate_Input[] Orders, System.AsyncCallback callback, object asyncState) { return this.BeginInvoke("update", new object[] { Orders}, callback, asyncState); }
public TUpdate_Return[] update(TUpdate_Input[] Orders) { object[] results = this.Invoke("update", new object[] { Orders}); return ((TUpdate_Return[])(results[0])); }