iControl.SecurityIPIntelligenceFeedList.get_feed_default_list_type C# (CSharp) Method

get_feed_default_list_type() private method

private get_feed_default_list_type ( string lists, string feeds ) : SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]
lists string
feeds string
return SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][]
        public SecurityIPIntelligenceFeedListIPIntelligenceAddressType[][] get_feed_default_list_type(
		string [] lists,
		string [] [] feeds
	)
        {
            object [] results = this.Invoke("get_feed_default_list_type", new object [] {
                lists,
                feeds});
            return ((SecurityIPIntelligenceFeedListIPIntelligenceAddressType [] [])(results[0]));
        }
SecurityIPIntelligenceFeedList