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

Beginget_entry_description() public méthode

public Beginget_entry_description ( 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 Beginget_entry_description(string [] whitelists,string [] [] entries, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_entry_description", new object[] {
            whitelists,
            entries}, callback, asyncState);
        }