iControl.SecurityProfileDoS.set_escalation_period C# (CSharp) Method

set_escalation_period() private method

private set_escalation_period ( string profile_names, string applications, SecurityProfileDoSAnomaly anomaly, long values ) : void
profile_names string
applications string
anomaly SecurityProfileDoSAnomaly
values long
return void
        public void set_escalation_period(
		string [] profile_names,
		string [] [] applications,
		SecurityProfileDoSAnomaly anomaly,
		long [] [] values
	)
        {
            this.Invoke("set_escalation_period", new object [] {
                profile_names,
                applications,
                anomaly,
                values});
        }
SecurityProfileDoS