iControl.SecurityIPIntelligencePolicy.remove_feed_list C# (CSharp) Method

remove_feed_list() private method

private remove_feed_list ( string policies, string lists ) : void
policies string
lists string
return void
        public void remove_feed_list(
		string [] policies,
		string [] [] lists
	)
        {
            this.Invoke("remove_feed_list", new object [] {
                policies,
                lists});
        }
SecurityIPIntelligencePolicy