iControl.SecurityIPIntelligenceBlacklistCategory.Endget_default_match_direction C# (CSharp) Method

Endget_default_match_direction() public method

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