iControl.GlobalLBLink.Beginadd_cost_segment C# (CSharp) Method

Beginadd_cost_segment() public method

public Beginadd_cost_segment ( string links, GlobalLBLinkLinkCostSegment cost_segments, System callback, object asyncState ) : System.IAsyncResult
links string
cost_segments GlobalLBLinkLinkCostSegment
callback System
asyncState object
return System.IAsyncResult
        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);
        }
GlobalLBLink