iControl.SecurityIPIntelligencePolicy.Beginremove_feed_list C# (CSharp) Method

Beginremove_feed_list() public method

public Beginremove_feed_list ( string policies, string lists, System callback, object asyncState ) : System.IAsyncResult
policies string
lists string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_feed_list(string [] policies,string [] [] lists, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_feed_list", new object[] {
            policies,
            lists}, callback, asyncState);
        }
SecurityIPIntelligencePolicy