C# Class FwRemoteDatabaseConnector.RemotingServer

Manages the .NET remoting server configuration. This is not to be used by clients.
Mostra file Open project: sillsdev/FieldWorks Class Usage Examples

Private Properties

Property Type Description
Start void

Public Methods

Method Description
Stop ( ) : void

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

Private Methods

Method Description
Start ( string remotingTcpServerConfigFile, IFdoDirectories dirs, Func sharedProjectsGetter, Action sharedProjectsSetter ) : void

Method Details

Stop() public static method

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