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

remove_all_feeds() 개인적인 메소드

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