iControl.SecurityIPIntelligenceFeedList.Beginremove_feed C# (CSharp) Méthode

Beginremove_feed() public méthode

public Beginremove_feed ( string lists, string feeds, System callback, object asyncState ) : System.IAsyncResult
lists string
feeds string
callback System
asyncState object
Résultat 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