iControl.SecurityProfileIPIntelligence.get_infected_sources_action C# (CSharp) Method

get_infected_sources_action() private method

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