iControl.NetworkingVLANGroup.Begindelete_all_vlan_groups C# (CSharp) Method

Begindelete_all_vlan_groups() public method

public Begindelete_all_vlan_groups ( System callback, object asyncState ) : System.IAsyncResult
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_all_vlan_groups(System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_all_vlan_groups", new object[0], callback, asyncState);
        }
NetworkingVLANGroup