iControl.SecurityProfileIPIntelligence.set_windows_exploits_action C# (CSharp) Method

set_windows_exploits_action() private method

private set_windows_exploits_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions ) : void
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
return void
        public void set_windows_exploits_action(
		string [] profile_names,
		SecurityProfileIPIntelligenceProfileAction [] actions
	)
        {
            this.Invoke("set_windows_exploits_action", new object [] {
                profile_names,
                actions});
        }
SecurityProfileIPIntelligence