/// <remarks/>
 public void AddDelegateAsync(AddDelegateType AddDelegate1)
 {
     this.AddDelegateAsync(AddDelegate1, null);
 }
 /// <remarks/>
 public void AddDelegateAsync(AddDelegateType AddDelegate1, object userState)
 {
     if ((this.AddDelegateOperationCompleted == null))
     {
         this.AddDelegateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnAddDelegateOperationCompleted);
     }
     this.InvokeAsync("AddDelegate", new object[] {
                 AddDelegate1}, this.AddDelegateOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginAddDelegate(AddDelegateType AddDelegate1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("AddDelegate", new object[] {
                 AddDelegate1}, callback, asyncState);
 }