Example #1
0
        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]));
        }
Example #2
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);
 }
Example #3
0
 /// <remarks/>
 public void executeAsync(execute execute1)
 {
     this.executeAsync(execute1, null);
 }