Beispiel #1
0
        public OutputResponseMarca getTSR([System.Xml.Serialization.XmlElementAttribute("getTSR", Namespace = "http://www.infotn.it/web-services/marcatura", IsNullable = true)] InputMarca getTSR1)
        {
            object[] results = this.Invoke("getTSR", new object[] {
                getTSR1
            });

            return((OutputResponseMarca)(results[0]));
        }
Beispiel #2
0
 /// <remarks/>
 public void getTSRAsync(InputMarca getTSR1, object userState)
 {
     if ((this.getTSROperationCompleted == null))
     {
         this.getTSROperationCompleted = new System.Threading.SendOrPostCallback(this.OngetTSROperationCompleted);
     }
     this.InvokeAsync("getTSR", new object[] {
         getTSR1
     }, this.getTSROperationCompleted, userState);
 }
Beispiel #3
0
 /// <remarks/>
 public void getTSRAsync(InputMarca getTSR1)
 {
     this.getTSRAsync(getTSR1, null);
 }