iControl.GlobalLBLink.Beginremove_cost_segment C# (CSharp) Method

Beginremove_cost_segment() public method

public Beginremove_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 Beginremove_cost_segment(string [] links,GlobalLBLinkLinkCostSegment [] [] cost_segments, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_cost_segment", new object[] {
            links,
            cost_segments}, callback, asyncState);
        }
GlobalLBLink