/// <remarks/>
 public void RemoveDelegateAsync(RemoveDelegateType RemoveDelegate1)
 {
     this.RemoveDelegateAsync(RemoveDelegate1, null);
 }
 /// <remarks/>
 public void RemoveDelegateAsync(RemoveDelegateType RemoveDelegate1, object userState)
 {
     if ((this.RemoveDelegateOperationCompleted == null))
     {
         this.RemoveDelegateOperationCompleted = new System.Threading.SendOrPostCallback(this.OnRemoveDelegateOperationCompleted);
     }
     this.InvokeAsync("RemoveDelegate", new object[] {
                 RemoveDelegate1}, this.RemoveDelegateOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginRemoveDelegate(RemoveDelegateType RemoveDelegate1, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("RemoveDelegate", new object[] {
                 RemoveDelegate1}, callback, asyncState);
 }