C# Class FwRemoteDatabaseConnector.RemotingServer

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

Private Properties

Свойство Type Description
Start void

Méthodes publiques

Méthode Description
Stop ( ) : void

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

Private Methods

Méthode Description
Start ( string remotingTcpServerConfigFile, IFdoDirectories dirs, Func sharedProjectsGetter, Action sharedProjectsSetter ) : void

Method Details

Stop() public static méthode

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