iControl.SecurityProfileDoS.Beginget_escalation_period C# (CSharp) Method

Beginget_escalation_period() public method

public Beginget_escalation_period ( string profile_names, string applications, SecurityProfileDoSAnomaly anomaly, System callback, object asyncState ) : System.IAsyncResult
profile_names string
applications string
anomaly SecurityProfileDoSAnomaly
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_escalation_period(string [] profile_names,string [] [] applications,SecurityProfileDoSAnomaly anomaly, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_escalation_period", new object[] {
            profile_names,
            applications,
            anomaly}, callback, asyncState);
        }
SecurityProfileDoS