iControl.LocalLBProfileTCP.get_packet_loss_ignore_burst C# (CSharp) Method

get_packet_loss_ignore_burst() private method

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