iControl.SecurityProfileDoS.Beginadd_heavy_url_exclude C# (CSharp) Méthode

Beginadd_heavy_url_exclude() public méthode

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
Résultat 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