iControl.SecurityProfileDoS.Beginadd_network_attack_vector C# (CSharp) Method

Beginadd_network_attack_vector() public method

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