iControl.SecurityProfileIPIntelligence.set_spam_sources_action C# (CSharp) Method

set_spam_sources_action() private method

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