iControl.SecurityProfileIPIntelligence.get_denial_of_service_action C# (CSharp) Method

get_denial_of_service_action() private method

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