iControl.SecurityProfileDoS.Beginremove_heavy_url_exclude C# (CSharp) Method

Beginremove_heavy_url_exclude() public method

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