iControl.SecurityProfileDoS.Beginreplace_heavy_url_exclude C# (CSharp) Method

Beginreplace_heavy_url_exclude() public method

public Beginreplace_heavy_url_exclude ( string profile_names, string applications, string urls, System callback, object asyncState ) : System.IAsyncResult
profile_names string
applications string
urls string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginreplace_heavy_url_exclude(string [] profile_names,string [] [] applications,string [] [] [] urls, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("replace_heavy_url_exclude", new object[] {
            profile_names,
            applications,
            urls}, callback, asyncState);
        }
SecurityProfileDoS