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

remove_feed() private méthode

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