C# Класс FwRemoteDatabaseConnector.RemotingServer

Manages the .NET remoting server configuration. This is not to be used by clients.
Показать файл Открыть проект Примеры использования класса

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