iControl.SecurityIPIntelligenceFeedList.Begindelete_feed_list C# (CSharp) Method

Begindelete_feed_list() public method

public Begindelete_feed_list ( string lists, System callback, object asyncState ) : System.IAsyncResult
lists string
callback System
asyncState object
return 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