iControl.NetworkingVLANGroup.Beginadd_proxy_exclusion C# (CSharp) Method

Beginadd_proxy_exclusion() public method

public Beginadd_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 Beginadd_proxy_exclusion(string [] vlan_groups,string [] [] addresses, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("add_proxy_exclusion", new object[] {
            vlan_groups,
            addresses}, callback, asyncState);
        }
NetworkingVLANGroup