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

Endget_feed_password() public méthode

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