iControl.SecurityDoSWhitelist.get_entry_description C# (CSharp) Method

get_entry_description() private method

private get_entry_description ( string whitelists, string entries ) : string[][]
whitelists string
entries string
return string[][]
        public string[][] get_entry_description(
		string [] whitelists,
		string [] [] entries
	)
        {
            object [] results = this.Invoke("get_entry_description", new object [] {
                whitelists,
                entries});
            return ((string [] [])(results[0]));
        }