iControl.SecurityDoSWhitelist.Beginget_entry C# (CSharp) Method

Beginget_entry() public method

public Beginget_entry ( string whitelists, System callback, object asyncState ) : System.IAsyncResult
whitelists string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginget_entry(string [] whitelists, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("get_entry", new object[] {
            whitelists}, callback, asyncState);
        }