iControl.SystemVCMP.Beginremove_all_vlans C# (CSharp) Method

Beginremove_all_vlans() public method

public Beginremove_all_vlans ( string guests, System callback, object asyncState ) : System.IAsyncResult
guests string
callback System
asyncState object
return 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