iControl.SecurityIPIntelligencePolicy.Endget_blacklist_category_match_direction C# (CSharp) Method

Endget_blacklist_category_match_direction() public method

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