iControl.SecurityProfileDoS.Beginadd_heavy_url_exclude C# (CSharp) Method

Beginadd_heavy_url_exclude() public method

public Beginadd_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 Beginadd_heavy_url_exclude(string [] profile_names,string [] [] applications,string [] [] [] urls, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_heavy_url_exclude", new object[] {
            profile_names,
            applications,
            urls}, callback, asyncState);
        }
SecurityProfileDoS