iControl.NetworkingVLANGroup.Begindelete_vlan_group C# (CSharp) Method

Begindelete_vlan_group() public method

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