iControl.SecurityIPIntelligencePolicy.Beginset_blacklist_category_log_blacklist_whitelist_hit_setting C# (CSharp) Method

Beginset_blacklist_category_log_blacklist_whitelist_hit_setting() public method

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