EdsServiceHost - конструктор

Инициализирует новый экземпляр класса EdsServiceHost

Definition

Пространство имён: Tessa.Host.EDS
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public EdsServiceHost(
	IHostLauncher hostLauncher,
	IHostConfiguration hostConfiguration,
	IHostServiceAddressGenerator addressGenerator,
	ILogger logger,
	IPipeClient pipeClient,
	Func<EdsServiceClient> createPipeClientFunc,
	[OptionalDependencyAttribute] IUnityDisposableContainer disposableContainer = null
)

Параметры

hostLauncher  IHostLauncher
 
hostConfiguration  IHostConfiguration
 
addressGenerator  IHostServiceAddressGenerator
 
logger  ILogger
 
pipeClient  IPipeClient
 
createPipeClientFunc  FuncEdsServiceClient
 
disposableContainer  IUnityDisposableContainer  (Optional)
 

См. также