iControl.SecurityProfileDoS.Beginget_heavy_url_include C# (CSharp) Method

Beginget_heavy_url_include() public method

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