C# Class Taro.Workers.RemoteRelayWorker

Inheritance: IRelayWorker
Afficher le fichier Open project: mouhong/Taro

Méthodes publiques

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

Method Details

RemoteRelayWorker() public méthode

public RemoteRelayWorker ( string serverUrl ) : System
serverUrl string
Résultat System

Signal() public méthode

public Signal ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Stop() public méthode

public Stop ( bool waitUntilStopped = true ) : void
waitUntilStopped bool
Résultat void