iControl.SecurityIPIntelligenceFeedList.download_feed C# (CSharp) Method

download_feed() private method

private download_feed ( string lists, string feeds ) : void
lists string
feeds string
return void
        public void download_feed(
		string [] lists,
		string [] [] feeds
	)
        {
            this.Invoke("download_feed", new object [] {
                lists,
                feeds});
        }
SecurityIPIntelligenceFeedList