iControl.SecurityIPIntelligenceFeedList.Endget_feed_password C# (CSharp) Метод

Endget_feed_password() публичный Метод

public Endget_feed_password ( System asyncResult ) : string[][]
asyncResult System
Результат string[][]
        public string[][] Endget_feed_password(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((string [] [])(results[0]));
        }
SecurityIPIntelligenceFeedList