iControl.SecurityIPIntelligenceFeedList.Endget_feed_default_list_type C# (CSharp) Method

Endget_feed_default_list_type() public method

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