iControl.SecurityIPIntelligencePolicy.get_log_blacklist_hit_state C# (CSharp) Method

get_log_blacklist_hit_state() private method

private get_log_blacklist_hit_state ( string policies ) : CommonEnabledState[]
policies string
return CommonEnabledState[]
        public CommonEnabledState[] get_log_blacklist_hit_state(
		string [] policies
	)
        {
            object [] results = this.Invoke("get_log_blacklist_hit_state", new object [] {
                policies});
            return ((CommonEnabledState [])(results[0]));
        }
SecurityIPIntelligencePolicy