iControl.SecurityProfileDoS.remove_all_white_ips C# (CSharp) Method

remove_all_white_ips() private method

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