iControl.SecurityProfileDoS.Beginset_network_attack_vector_auto_blacklisting_state C# (CSharp) Method

Beginset_network_attack_vector_auto_blacklisting_state() public method

public Beginset_network_attack_vector_auto_blacklisting_state ( string profile_names, string networks, SecurityProfileDoSNetworkAttackVector vectors, CommonEnabledState states, System callback, object asyncState ) : System.IAsyncResult
profile_names string
networks string
vectors SecurityProfileDoSNetworkAttackVector
states CommonEnabledState
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_network_attack_vector_auto_blacklisting_state(string [] profile_names,string [] [] networks,SecurityProfileDoSNetworkAttackVector [] [] [] vectors,CommonEnabledState [] [] [] states, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_network_attack_vector_auto_blacklisting_state", new object[] {
            profile_names,
            networks,
            vectors,
            states}, callback, asyncState);
        }
SecurityProfileDoS