iControl.SecurityDoSWhitelist.Beginset_entry_source_vlan C# (CSharp) Method

Beginset_entry_source_vlan() public method

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