iControl.SecurityIPIntelligenceFeedList.Endget_feed C# (CSharp) Method

Endget_feed() public method

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