iControl.SecurityDoSWhitelist.remove_entry C# (CSharp) Method

remove_entry() private method

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