iControl.SecurityProfileIPIntelligence.Endget_phishing_action C# (CSharp) Method

Endget_phishing_action() public method

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