iControl.SecurityProfileDoS.set_network_attack_vector_rate_threshold C# (CSharp) Method

set_network_attack_vector_rate_threshold() private method

private set_network_attack_vector_rate_threshold ( string profile_names, string networks, SecurityProfileDoSNetworkAttackVector vectors, long values ) : void
profile_names string
networks string
vectors SecurityProfileDoSNetworkAttackVector
values long
return void
        public void set_network_attack_vector_rate_threshold(
		string [] profile_names,
		string [] [] networks,
		SecurityProfileDoSNetworkAttackVector [] [] [] vectors,
		long [] [] [] values
	)
        {
            this.Invoke("set_network_attack_vector_rate_threshold", new object [] {
                profile_names,
                networks,
                vectors,
                values});
        }
SecurityProfileDoS