iControl.SecurityIPIntelligenceFeedList.Beginremove_all_feeds C# (CSharp) Method

Beginremove_all_feeds() public method

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