iControl.SecurityProfileDoS.set_network_attack_vector_auto_blacklisting_state C# (CSharp) Method

set_network_attack_vector_auto_blacklisting_state() private method

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