iControl.SecurityIPIntelligenceFeedList.Begindownload_feed C# (CSharp) 메소드

Begindownload_feed() 공개 메소드

public Begindownload_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
리턴 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