iControl.SecurityIPIntelligenceFeedList.Beginremove_all_feeds C# (CSharp) 메소드

Beginremove_all_feeds() 공개 메소드

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