iControl.SecurityIPIntelligenceFeedList.Endget_feed_description C# (CSharp) Method

Endget_feed_description() public method

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