iControl.SecurityProfileIPIntelligence.get_windows_exploits_action C# (CSharp) Method

get_windows_exploits_action() private method

private get_windows_exploits_action ( string profile_names ) : SecurityProfileIPIntelligenceProfileAction[]
profile_names string
return SecurityProfileIPIntelligenceProfileAction[]
        public SecurityProfileIPIntelligenceProfileAction[] get_windows_exploits_action(
		string [] profile_names
	)
        {
            object [] results = this.Invoke("get_windows_exploits_action", new object [] {
                profile_names});
            return ((SecurityProfileIPIntelligenceProfileAction [])(results[0]));
        }
SecurityProfileIPIntelligence