C# 클래스 FwRemoteDatabaseConnector.RemotingServer

Manages the .NET remoting server configuration. This is not to be used by clients.
파일 보기 프로젝트 열기: sillsdev/FieldWorks 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Start void

공개 메소드들

메소드 설명
Stop ( ) : void

Hard stop the .NET remoting server. Unit test should be the only things that need to do this.

비공개 메소드들

메소드 설명
Start ( string remotingTcpServerConfigFile, IFdoDirectories dirs, Func sharedProjectsGetter, Action sharedProjectsSetter ) : void

메소드 상세

Stop() 공개 정적인 메소드

Hard stop the .NET remoting server. Unit test should be the only things that need to do this.
public static Stop ( ) : void
리턴 void