iControl.LocalLBProfileTCP.Endset_congestion_control_mode C# (CSharp) Method

Endset_congestion_control_mode() public method

public Endset_congestion_control_mode ( System asyncResult ) : void
asyncResult System
return void
        public void Endset_congestion_control_mode(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
LocalLBProfileTCP