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

Endget_feed_poll_interval() public méthode

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