iControl.SecurityDoSWhitelist.remove_all_entries C# (CSharp) Method

remove_all_entries() private method

private remove_all_entries ( string whitelists ) : void
whitelists string
return void
        public void remove_all_entries(
		string [] whitelists
	)
        {
            this.Invoke("remove_all_entries", new object [] {
                whitelists});
        }