iControl.SecurityIPIntelligenceFeedList.get_feed_user C# (CSharp) Метод

get_feed_user() приватный Метод

private get_feed_user ( string lists, string feeds ) : string[][]
lists string
feeds string
Результат string[][]
        public string[][] get_feed_user(
		string [] lists,
		string [] [] feeds
	)
        {
            object [] results = this.Invoke("get_feed_user", new object [] {
                lists,
                feeds});
            return ((string [] [])(results[0]));
        }
SecurityIPIntelligenceFeedList