iControl.SecurityProfileIPIntelligence.set_denial_of_service_action C# (CSharp) Method

set_denial_of_service_action() private method

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