C# Class Taro.RelayWorkerConfiguration

Afficher le fichier Open project: mouhong/Taro

Méthodes publiques

Méthode Description
RunRelayWorkerInCurrentProcess ( this configurator ) : void
RunRelayWorkerInCurrentProcess ( this configurator, Action configure ) : void
UseRemoteRelayWorker ( this configurator, string serverUrl ) : void

Method Details

RunRelayWorkerInCurrentProcess() public static méthode

public static RunRelayWorkerInCurrentProcess ( this configurator ) : void
configurator this
Résultat void

RunRelayWorkerInCurrentProcess() public static méthode

public static RunRelayWorkerInCurrentProcess ( this configurator, Action configure ) : void
configurator this
configure Action
Résultat void

UseRemoteRelayWorker() public static méthode

public static UseRemoteRelayWorker ( this configurator, string serverUrl ) : void
configurator this
serverUrl string
Résultat void