public executeResponse execute([System.Xml.Serialization.XmlElementAttribute("execute", Namespace = "http://base.ws.sapdev.com/")] execute execute1) { object[] results = this.Invoke("execute", new object[] { execute1 }); return((executeResponse)(results[0])); }
/// <remarks/> public void executeAsync(execute execute1, object userState) { if ((this.executeOperationCompleted == null)) { this.executeOperationCompleted = new System.Threading.SendOrPostCallback(this.OnexecuteOperationCompleted); } this.InvokeAsync("execute", new object[] { execute1 }, this.executeOperationCompleted, userState); }
/// <remarks/> public void executeAsync(execute execute1) { this.executeAsync(execute1, null); }