/// <remarks/>
 public void SetBreakDesignVisualizationLinkCommandListAsync(BreakDesignVisualizationLinkCommandList commandList, object userState) {
     if ((this.SetBreakDesignVisualizationLinkCommandListOperationCompleted == null)) {
         this.SetBreakDesignVisualizationLinkCommandListOperationCompleted = new System.Threading.SendOrPostCallback(this.OnSetBreakDesignVisualizationLinkCommandListOperationCompleted);
     }
     this.InvokeAsync("SetBreakDesignVisualizationLinkCommandList", new object[] {
                 commandList}, this.SetBreakDesignVisualizationLinkCommandListOperationCompleted, userState);
 }
 /// <remarks/>
 public System.IAsyncResult BeginSetBreakDesignVisualizationLinkCommandList(BreakDesignVisualizationLinkCommandList commandList, System.AsyncCallback callback, object asyncState) {
     return this.BeginInvoke("SetBreakDesignVisualizationLinkCommandList", new object[] {
                 commandList}, callback, asyncState);
 }
 /// <remarks/>
 public void SetBreakDesignVisualizationLinkCommandListAsync(BreakDesignVisualizationLinkCommandList commandList) {
     this.SetBreakDesignVisualizationLinkCommandListAsync(commandList, null);
 }
 public void SetBreakDesignVisualizationLinkCommandList(BreakDesignVisualizationLinkCommandList commandList) {
     this.Invoke("SetBreakDesignVisualizationLinkCommandList", new object[] {
                 commandList});
 }