iControl.LocalLBProfileTCP.set_packet_loss_ignore_burst C# (CSharp) Метод

set_packet_loss_ignore_burst() приватный Метод

private set_packet_loss_ignore_burst ( string profile_names, LocalLBProfileULong values ) : void
profile_names string
values LocalLBProfileULong
Результат 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