iControl.SecurityIPIntelligencePolicy.Beginget_blacklist_category_action_type C# (CSharp) Method

Beginget_blacklist_category_action_type() public method

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