iControl.SecurityIPIntelligencePolicy.Beginset_blacklist_category_action_type C# (CSharp) Method

Beginset_blacklist_category_action_type() public method

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