iControl.SecurityIPIntelligenceFeedList.Begindownload_feed C# (CSharp) Method

Begindownload_feed() public method

public Begindownload_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindownload_feed(string [] lists,string [] [] feeds, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("download_feed", new object[] {
            lists,
            feeds}, callback, asyncState);
        }
SecurityIPIntelligenceFeedList