iControl.SecurityIPIntelligenceFeedList.Endget_feed_default_list_type C# (CSharp) Méthode

Endget_feed_default_list_type() public méthode

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