Beispiel #1
0
        public undoResponse undo([System.Xml.Serialization.XmlElementAttribute("undo", Namespace = "http://middleware.jbank.topsystems/")] undo undo1)
        {
            object[] results = this.Invoke("undo", new object[] {
                undo1
            });

            return((undoResponse)(results[0]));
        }
Beispiel #2
0
 /// <remarks/>
 public void undoAsync(undo undo1, object userState)
 {
     if ((this.undoOperationCompleted == null))
     {
         this.undoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnundoOperationCompleted);
     }
     this.InvokeAsync("undo", new object[] {
         undo1
     }, this.undoOperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void undoAsync(undo undo1)
 {
     this.undoAsync(undo1, null);
 }