iControl.LocalLBProfileTCP.set_retransmit_threshold C# (CSharp) Method

set_retransmit_threshold() private method

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