C# Класс Taro.RelayWorkerConfiguration

Показать файл Открыть проект

Открытые методы

Метод Описание
RunRelayWorkerInCurrentProcess ( this configurator ) : void
RunRelayWorkerInCurrentProcess ( this configurator, Action configure ) : void
UseRemoteRelayWorker ( this configurator, string serverUrl ) : void

Описание методов

RunRelayWorkerInCurrentProcess() публичный статический Метод

public static RunRelayWorkerInCurrentProcess ( this configurator ) : void
configurator this
Результат void

RunRelayWorkerInCurrentProcess() публичный статический Метод

public static RunRelayWorkerInCurrentProcess ( this configurator, Action configure ) : void
configurator this
configure Action
Результат void

UseRemoteRelayWorker() публичный статический Метод

public static UseRemoteRelayWorker ( this configurator, string serverUrl ) : void
configurator this
serverUrl string
Результат void