public pollQueueResponse pollQueue([System.Xml.Serialization.XmlElementAttribute("pollQueue", Namespace = "http://www.cbs.dtu.dk/ws/WSTMHMM_2_0_ws1")] pollQueue pollQueue1)
        {
            object[] results = this.Invoke("pollQueue", new object[] {
                pollQueue1
            });

            return((pollQueueResponse)(results[0]));
        }
 /// <remarks/>
 public void pollQueueAsync(pollQueue pollQueue1, object userState)
 {
     if ((this.pollQueueOperationCompleted == null))
     {
         this.pollQueueOperationCompleted = new System.Threading.SendOrPostCallback(this.OnpollQueueOperationCompleted);
     }
     this.InvokeAsync("pollQueue", new object[] {
         pollQueue1
     }, this.pollQueueOperationCompleted, userState);
 }
 /// <remarks/>
 public void pollQueueAsync(pollQueue pollQueue1)
 {
     this.pollQueueAsync(pollQueue1, null);
 }