public void add_cost_segment(
		string [] links,
		GlobalLBLinkLinkCostSegment [] [] cost_segments
	)
        {
            this.Invoke("add_cost_segment", new object [] {
                links,
                cost_segments});
        }
 public System.IAsyncResult Beginadd_cost_segment(string [] links,GlobalLBLinkLinkCostSegment [] [] cost_segments, System.AsyncCallback callback, object asyncState)
 {
     return this.BeginInvoke("add_cost_segment", new object[] {
     links,
     cost_segments}, callback, asyncState);
 }