iControl.NetworkingVLANGroup.Beginremove_proxy_exclusion C# (CSharp) Method

Beginremove_proxy_exclusion() public method

public Beginremove_proxy_exclusion ( string vlan_groups, string addresses, System callback, object asyncState ) : System.IAsyncResult
vlan_groups string
addresses string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_proxy_exclusion(string [] vlan_groups,string [] [] addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_proxy_exclusion", new object[] {
            vlan_groups,
            addresses}, callback, asyncState);
        }
NetworkingVLANGroup