iControl.LocalLBProfileTCP.get_congestion_control_mode C# (CSharp) Method

get_congestion_control_mode() private method

private get_congestion_control_mode ( string profile_names ) : LocalLBProfileTCPCongestionControlMode[]
profile_names string
return LocalLBProfileTCPCongestionControlMode[]
        public LocalLBProfileTCPCongestionControlMode[] get_congestion_control_mode(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_congestion_control_mode", new object [] {
                profile_names});
            return ((LocalLBProfileTCPCongestionControlMode [])(results[0]));
        }
LocalLBProfileTCP