/// <remarks/>
 public void replyRequestAsync(replyRequest replyRequest1)
 {
     this.replyRequestAsync(replyRequest1, null);
 }
 /// <remarks/>
 public void replyRequestAsync(replyRequest replyRequest1, object userState)
 {
     if ((this.replyRequestOperationCompleted == null)) {
         this.replyRequestOperationCompleted = new System.Threading.SendOrPostCallback(this.OnreplyRequestOperationCompleted);
     }
     this.InvokeAsync("replyRequest", new object[] {
                 replyRequest1}, this.replyRequestOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginreplyRequest(replyRequest replyRequest1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("replyRequest", new object[] {
                 replyRequest1}, callback, asyncState);
 }