/// <remarks/>
 public void GetAttemptAsync(GetAttempt GetAttempt1)
 {
     this.GetAttemptAsync(GetAttempt1, null);
 }
 /// <remarks/>
 public void GetAttemptAsync(GetAttempt GetAttempt1, object userState)
 {
     if ((this.GetAttemptOperationCompleted == null)) {
         this.GetAttemptOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGetAttemptOperationCompleted);
     }
     this.InvokeAsync("GetAttempt", new object[] {
                 GetAttempt1}, this.GetAttemptOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginGetAttempt(GetAttempt GetAttempt1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("GetAttempt", new object[] {
                 GetAttempt1}, callback, asyncState);
 }