Ejemplo n.º 1
0
        public authenUserResponse authenUser([System.Xml.Serialization.XmlElementAttribute("authenUser", Namespace = "http://esv.dlt.go.th")] authenUser authenUser1)
        {
            object[] results = this.Invoke("authenUser", new object[] {
                authenUser1
            });

            return((authenUserResponse)(results[0]));
        }
Ejemplo n.º 2
0
 /// <remarks/>
 public void authenUserAsync(authenUser authenUser1, object userState)
 {
     if ((this.authenUserOperationCompleted == null))
     {
         this.authenUserOperationCompleted = new System.Threading.SendOrPostCallback(this.OnauthenUserOperationCompleted);
     }
     this.InvokeAsync("authenUser", new object[] {
         authenUser1
     }, this.authenUserOperationCompleted, userState);
 }
Ejemplo n.º 3
0
 /// <remarks/>
 public void authenUserAsync(authenUser authenUser1)
 {
     this.authenUserAsync(authenUser1, null);
 }