iControl.SecurityIPIntelligenceFeedList.Beginremove_feed C# (CSharp) Method

Beginremove_feed() public method

public Beginremove_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 Beginremove_feed(string [] lists,string [] [] feeds, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_feed", new object[] {
            lists,
            feeds}, callback, asyncState);
        }
SecurityIPIntelligenceFeedList