iControl.NetworkingVLAN.Begindelete_vlan C# (CSharp) Method

Begindelete_vlan() public method

public Begindelete_vlan ( string vlans, System callback, object asyncState ) : System.IAsyncResult
vlans string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Begindelete_vlan(string [] vlans, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("delete_vlan", new object[] {
            vlans}, callback, asyncState);
        }
NetworkingVLAN