iControl.SecurityIPIntelligenceFeedList.download_feed C# (CSharp) Méthode

download_feed() private méthode

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