iControl.SecurityIPIntelligencePolicy.Endget_blacklist_category_action_type C# (CSharp) Method

Endget_blacklist_category_action_type() public method

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