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

Beginget_dns_query_vector() public méthode

public Beginget_dns_query_vector ( string profile_names, string dnses, System callback, object asyncState ) : System.IAsyncResult
profile_names string
dnses string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginget_dns_query_vector(string [] profile_names,string [] [] dnses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_dns_query_vector", new object[] {
            profile_names,
            dnses}, callback, asyncState);
        }
SecurityProfileDoS