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});
        }