iControl.NetworkingVLANGroup.Beginremove_global_proxy_exclusion C# (CSharp) Method

Beginremove_global_proxy_exclusion() public method

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