iControl.SecurityDoSWhitelist.Beginadd_entry C# (CSharp) Méthode

Beginadd_entry() public méthode

public Beginadd_entry ( string whitelists, string entries, System callback, object asyncState ) : System.IAsyncResult
whitelists string
entries string
callback System
asyncState object
Résultat System.IAsyncResult
        public System.IAsyncResult Beginadd_entry(string [] whitelists,string [] [] entries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_entry", new object[] {
            whitelists,
            entries}, callback, asyncState);
        }