iControl.SecurityIPIntelligenceFeedList.get_feed_poll_interval C# (CSharp) Method

get_feed_poll_interval() private method

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