Exemplo n.º 1
0
 /// <remarks/>
 public void removeComponentAsync(RemoveComponentType removeComponentInput)
 {
     this.removeComponentAsync(removeComponentInput, null);
 }
Exemplo n.º 2
0
 /// <remarks/>
 public void removeComponentAsync(RemoveComponentType removeComponentInput, object userState)
 {
     if ((this.removeComponentOperationCompleted == null))
     {
         this.removeComponentOperationCompleted = new System.Threading.SendOrPostCallback(this.OnremoveComponentOperationCompleted);
     }
     this.InvokeAsync("removeComponent", new object[] {
                 removeComponentInput}, this.removeComponentOperationCompleted, userState);
 }
Exemplo n.º 3
0
 /// <remarks/>
 public System.IAsyncResult BeginremoveComponent(RemoveComponentType removeComponentInput, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("removeComponent", new object[] {
                 removeComponentInput}, callback, asyncState);
 }