iControl.SecurityIPIntelligenceFeedList.set_feed_description C# (CSharp) Method

set_feed_description() private method

private set_feed_description ( string lists, string feeds, string descriptions ) : void
lists string
feeds string
descriptions string
return void
        public void set_feed_description(
		string [] lists,
		string [] [] feeds,
		string [] [] descriptions
	)
        {
            this.Invoke("set_feed_description", new object [] {
                lists,
                feeds,
                descriptions});
        }
SecurityIPIntelligenceFeedList