示例#1
0
        public Zmodf0001Response Zmodf0001([System.Xml.Serialization.XmlElementAttribute("Zmodf0001", Namespace = "urn:sap-com:document:sap:soap:functions:mc-style")] Zmodf0001 Zmodf00011)
        {
            object[] results = this.Invoke("Zmodf0001", new object[] {
                Zmodf00011
            });

            return((Zmodf0001Response)(results[0]));
        }
示例#2
0
 /// <remarks/>
 public void Zmodf0001Async(Zmodf0001 Zmodf00011, object userState)
 {
     if ((this.Zmodf0001OperationCompleted == null))
     {
         this.Zmodf0001OperationCompleted = new System.Threading.SendOrPostCallback(this.OnZmodf0001OperationCompleted);
     }
     this.InvokeAsync("Zmodf0001", new object[] {
         Zmodf00011
     }, this.Zmodf0001OperationCompleted, userState);
 }
示例#3
0
 /// <remarks/>
 public void Zmodf0001Async(Zmodf0001 Zmodf00011)
 {
     this.Zmodf0001Async(Zmodf00011, null);
 }