iControl.LocalLBProfileTCP.set_congestion_control_mode C# (CSharp) Method

set_congestion_control_mode() private method

private set_congestion_control_mode ( string profile_names, LocalLBProfileTCPCongestionControlMode values ) : void
profile_names string
values LocalLBProfileTCPCongestionControlMode
return void
        public void set_congestion_control_mode(
		string [] profile_names,
		LocalLBProfileTCPCongestionControlMode [] values
	)
        {
            this.Invoke("set_congestion_control_mode", new object [] {
                profile_names,
                values});
        }
LocalLBProfileTCP