C# Class Taro.RelayWorkerConfiguration

Exibir arquivo Open project: mouhong/Taro

Public Methods

Method Description
RunRelayWorkerInCurrentProcess ( this configurator ) : void
RunRelayWorkerInCurrentProcess ( this configurator, Action configure ) : void
UseRemoteRelayWorker ( this configurator, string serverUrl ) : void

Method Details

RunRelayWorkerInCurrentProcess() public static method

public static RunRelayWorkerInCurrentProcess ( this configurator ) : void
configurator this
return void

RunRelayWorkerInCurrentProcess() public static method

public static RunRelayWorkerInCurrentProcess ( this configurator, Action configure ) : void
configurator this
configure Action
return void

UseRemoteRelayWorker() public static method

public static UseRemoteRelayWorker ( this configurator, string serverUrl ) : void
configurator this
serverUrl string
return void