Esempio n. 1
0
        public GetInfoResponseBody GetInfo([System.Xml.Serialization.XmlElementAttribute("GetInfo", Namespace = "http://www.mnb.hu/webservices/", IsNullable = true)] GetInfoRequestBody GetInfo1)
        {
            object[] results = this.Invoke("GetInfo", new object[] {
                GetInfo1
            });

            return((GetInfoResponseBody)(results[0]));
        }
Esempio n. 2
0
 /// <remarks/>
 public void GetInfoAsync(GetInfoRequestBody GetInfo1, object userState)
 {
     if ((this.GetInfoOperationCompleted == null))
     {
         this.GetInfoOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetInfoOperationCompleted);
     }
     this.InvokeAsync("GetInfo", new object[] {
         GetInfo1
     }, this.GetInfoOperationCompleted, userState);
 }
Esempio n. 3
0
 /// <remarks/>
 public void GetInfoAsync(GetInfoRequestBody GetInfo1)
 {
     this.GetInfoAsync(GetInfo1, null);
 }