iControl.SecurityDoSWhitelist.Beginget_entry_source_address C# (CSharp) Method

Beginget_entry_source_address() public method

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