iControl.NetworkingVLANGroup.Beginremove_all_proxy_exclusions C# (CSharp) Method

Beginremove_all_proxy_exclusions() public method

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