iControl.SecurityDoSWhitelist.remove_all_entries C# (CSharp) Метод

remove_all_entries() приватный Метод

private remove_all_entries ( string whitelists ) : void
whitelists string
Результат void
        public void remove_all_entries(
		string [] whitelists
	)
        {
            this.Invoke("remove_all_entries", new object [] {
                whitelists});
        }