Method | Description | |
---|---|---|
Start ( ) : void |
Start the device by calling it's Run method within a new Task.
|
|
ThreadedDeviceRunner ( IDevice device ) : System.Threading.Tasks |
Create a new ThreadedDeviceRunner object that contains the given IDevice.
|
public ThreadedDeviceRunner ( IDevice device ) : System.Threading.Tasks | ||
device | IDevice | the IDevice that this ThreadedDeviceRunner will contain |
return | System.Threading.Tasks |