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

Beginadd_heavy_url_include() public méthode

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