iControl.SecurityIPIntelligenceFeedList.remove_feed C# (CSharp) 메소드

remove_feed() 개인적인 메소드

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