iControl.SecurityIPIntelligenceFeedList.Beginset_feed_password C# (CSharp) Method

Beginset_feed_password() public method

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