iControl.SecurityIPIntelligenceFeedList.set_feed_user C# (CSharp) Method

set_feed_user() private method

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