C# 클래스 Taro.RelayWorkerConfiguration

파일 보기 프로젝트 열기: mouhong/Taro

공개 메소드들

메소드 설명
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