iControl.SecurityDoSWhitelist.Beginset_entry_source_address C# (CSharp) Method

Beginset_entry_source_address() public method

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