/// <remarks/>
 public void addComponentAsync(AddComponentType addComponentInput, object userState)
 {
     if ((this.addComponentOperationCompleted == null))
     {
         this.addComponentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnaddComponentOperationCompleted);
     }
     this.InvokeAsync("addComponent", new object[] {
                 addComponentInput}, this.addComponentOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginaddComponent(AddComponentType addComponentInput, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("addComponent", new object[] {
                 addComponentInput}, callback, asyncState);
 }
 /// <remarks/>
 public void addComponentAsync(AddComponentType addComponentInput)
 {
     this.addComponentAsync(addComponentInput, null);
 }