iControl.SecurityIPIntelligenceFeedList.Endget_feed_default_list_type C# (CSharp) 메소드

Endget_feed_default_list_type() 공개 메소드

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