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

Begindelete_feed_list() 공개 메소드

public Begindelete_feed_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
리턴 System.IAsyncResult
        public System.IAsyncResult Begindelete_feed_list(string [] lists, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_feed_list", new object[] {
            lists}, callback, asyncState);
        }
SecurityIPIntelligenceFeedList