C# Class Taro.Workers.RemoteRelayWorker

Inheritance: IRelayWorker
Show file Open project: mouhong/Taro

Public Methods

Method Description
RemoteRelayWorker ( string serverUrl ) : System
Signal ( ) : void
Start ( ) : void
Stop ( bool waitUntilStopped = true ) : void

Method Details

RemoteRelayWorker() public method

public RemoteRelayWorker ( string serverUrl ) : System
serverUrl string
return System

Signal() public method

public Signal ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( bool waitUntilStopped = true ) : void
waitUntilStopped bool
return void