iControl.SecurityIPIntelligenceFeedList.Beginset_feed_description C# (CSharp) Method

Beginset_feed_description() public method

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