iControl.SystemVCMP.Beginremove_all_vlans C# (CSharp) Метод

Beginremove_all_vlans() публичный Метод

public Beginremove_all_vlans ( string guests, System callback, object asyncState ) : System.IAsyncResult
guests string
callback System
asyncState object
Результат System.IAsyncResult
        public System.IAsyncResult Beginremove_all_vlans(string [] guests, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_all_vlans", new object[] {
            guests}, callback, asyncState);
        }
SystemVCMP