iControl.SecurityIPIntelligenceFeedList.Endget_feed_user C# (CSharp) Method

Endget_feed_user() public method

public Endget_feed_user ( System asyncResult ) : string[][]
asyncResult System
return string[][]
        public string[][] Endget_feed_user(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }
SecurityIPIntelligenceFeedList