iControl.SecurityDoSWhitelist.Beginset_entry_destination_port C# (CSharp) Method

Beginset_entry_destination_port() public method

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