iControl.SystemVCMP.Beginremove_vlan C# (CSharp) Method

Beginremove_vlan() public method

public Beginremove_vlan ( string guests, string vlans, System callback, object asyncState ) : System.IAsyncResult
guests string
vlans string
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_vlan(string [] guests,string [] [] vlans, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_vlan", new object[] {
            guests,
            vlans}, callback, asyncState);
        }
SystemVCMP