iControl.LocalLBProfileTCP.set_packet_loss_ignore_burst C# (CSharp) Method

set_packet_loss_ignore_burst() private method

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