C# Class FakeAPI.FakeMachine

Inheritance: IVirtualMachine
Show file Open project: voltagex/junkcode

Public Methods

Method Description
PowerOff ( bool immediate = false ) : string
PowerOn ( bool headless = true ) : string

Method Details

PowerOff() public method

public PowerOff ( bool immediate = false ) : string
immediate bool
return string

PowerOn() public method

public PowerOn ( bool headless = true ) : string
headless bool
return string