iControl.NetworkingVLAN.Enddelete_all_vlans C# (CSharp) Method

Enddelete_all_vlans() public method

public Enddelete_all_vlans ( System asyncResult ) : void
asyncResult System
return void
        public void Enddelete_all_vlans(System.IAsyncResult asyncResult)
        {
            object [] results = this.EndInvoke(asyncResult);
        }
NetworkingVLAN