/// <remarks/>
 public void GetAttemptListAsync(GetAttemptList GetAttemptList1)
 {
     this.GetAttemptListAsync(GetAttemptList1, null);
 }
 /// <remarks/>
 public void GetAttemptListAsync(GetAttemptList GetAttemptList1, object userState)
 {
     if ((this.GetAttemptListOperationCompleted == null)) {
         this.GetAttemptListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAttemptListOperationCompleted);
     }
     this.InvokeAsync("GetAttemptList", new object[] {
                 GetAttemptList1}, this.GetAttemptListOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginGetAttemptList(GetAttemptList GetAttemptList1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAttemptList", new object[] {
                 GetAttemptList1}, callback, asyncState);
 }