iControl.NetworkingVLAN.Begindelete_vlan C# (CSharp) 메소드

Begindelete_vlan() 공개 메소드

public Begindelete_vlan ( string vlans, System callback, object asyncState ) : System.IAsyncResult
vlans string
callback System
asyncState object
리턴 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