iControl.SecurityProfileIPIntelligence.set_windows_exploits_action C# (CSharp) 메소드

set_windows_exploits_action() 개인적인 메소드

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