iControl.SecurityIPIntelligencePolicy.Endget_log_blacklist_hit_state C# (CSharp) Method

Endget_log_blacklist_hit_state() public method

public Endget_log_blacklist_hit_state ( System asyncResult ) : CommonEnabledState[]
asyncResult System
return CommonEnabledState[]
        public CommonEnabledState[] Endget_log_blacklist_hit_state(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((CommonEnabledState [])(results[0]));
        }
SecurityIPIntelligencePolicy