iControl.SecurityProfileDoS.Beginset_maximum_prevention_duration C# (CSharp) Method

Beginset_maximum_prevention_duration() public method

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