iControl.SecurityLogProfile.set_application_report_anomalies_state C# (CSharp) Method

set_application_report_anomalies_state() private method

private set_application_report_anomalies_state ( string profile_names, string applications, CommonEnabledState states ) : void
profile_names string
applications string
states CommonEnabledState
return void
        public void set_application_report_anomalies_state(
		string [] profile_names,
		string [] [] applications,
		CommonEnabledState [] [] states
	)
        {
            this.Invoke("set_application_report_anomalies_state", new object [] {
                profile_names,
                applications,
                states});
        }
SecurityLogProfile