예제 #1
0
        public getErrorDescriptionResponse getErrorDescription([System.Xml.Serialization.XmlElementAttribute("getErrorDescription", Namespace = "")] getErrorDescription getErrorDescription1)
        {
            object[] results = this.Invoke("getErrorDescription", new object[] {
                getErrorDescription1
            });

            return((getErrorDescriptionResponse)(results[0]));
        }
예제 #2
0
 /// <remarks/>
 public System.IAsyncResult BegingetErrorDescription(getErrorDescription getErrorDescription1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("getErrorDescription", new object[] {
                                                                     getErrorDescription1}, callback, asyncState);
 }
예제 #3
0
 /// <remarks/>
 public System.IAsyncResult BegingetErrorDescription(getErrorDescription getErrorDescription1, System.AsyncCallback callback, object asyncState)
 {
     return(this.BeginInvoke("getErrorDescription", new object[] {
         getErrorDescription1
     }, callback, asyncState));
 }