iControl.SecurityProfileDoS.remove_dos_network C# (CSharp) Method

remove_dos_network() private method

private remove_dos_network ( string profile_names, string networks ) : void
profile_names string
networks string
return void
        public void remove_dos_network(
		string [] profile_names,
		string [] [] networks
	)
        {
            this.Invoke("remove_dos_network", new object [] {
                profile_names,
                networks});
        }
SecurityProfileDoS