iControl.SecurityProfileIPIntelligence.Endget_web_attacks_action C# (CSharp) Méthode

Endget_web_attacks_action() public méthode

public Endget_web_attacks_action ( System asyncResult ) : iControl.SecurityProfileIPIntelligenceProfileAction[]
asyncResult System
Résultat iControl.SecurityProfileIPIntelligenceProfileAction[]
        public SecurityProfileIPIntelligenceProfileAction[] Endget_web_attacks_action(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
            return ((SecurityProfileIPIntelligenceProfileAction [])(results[0]));
        }
SecurityProfileIPIntelligence