Esempio n. 1
0
        public ExecuteSQLUpdateRes executeSQLUpdate([System.Xml.Serialization.XmlElementAttribute("executeSQLUpdate", Namespace = "http://www.cisco.com/AXL/API/10.5")] ExecuteSQLUpdateReq executeSQLUpdate1)
        {
            object[] results = this.Invoke("executeSQLUpdate", new object[] {
                executeSQLUpdate1
            });

            return((ExecuteSQLUpdateRes)(results[0]));
        }
Esempio n. 2
0
 /// <remarks/>
 public void executeSQLUpdateAsync(ExecuteSQLUpdateReq executeSQLUpdate1, object userState)
 {
     if ((this.executeSQLUpdateOperationCompleted == null))
     {
         this.executeSQLUpdateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnexecuteSQLUpdateOperationCompleted);
     }
     this.InvokeAsync("executeSQLUpdate", new object[] {
         executeSQLUpdate1
     }, this.executeSQLUpdateOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void executeSQLUpdateAsync(ExecuteSQLUpdateReq executeSQLUpdate1)
 {
     this.executeSQLUpdateAsync(executeSQLUpdate1, null);
 }
Esempio n. 4
0
 /// <remarks/>
 public System.IAsyncResult BeginexecuteSQLUpdate(ExecuteSQLUpdateReq executeSQLUpdate1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("executeSQLUpdate", new object[] {
         executeSQLUpdate1
     }, callback, asyncState));
 }