iControl.SecurityProfileIPIntelligence.Beginset_infected_sources_action C# (CSharp) Method

Beginset_infected_sources_action() public method

public Beginset_infected_sources_action ( string profile_names, SecurityProfileIPIntelligenceProfileAction actions, System callback, object asyncState ) : System.IAsyncResult
profile_names string
actions SecurityProfileIPIntelligenceProfileAction
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginset_infected_sources_action(string [] profile_names,SecurityProfileIPIntelligenceProfileAction [] actions, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("set_infected_sources_action", new object[] {
            profile_names,
            actions}, callback, asyncState);
        }
SecurityProfileIPIntelligence