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

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

Definition

Пространство имён: Tessa.Applications.Services.ApplicationManager
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public ApplicationManagerProcessServiceHost(
	IHostLauncher hostLauncher,
	IHostConfiguration hostConfiguration,
	IHostServiceAddressGenerator addressGenerator,
	ILogger logger,
	IPipeServer pipeServer,
	IPipeRouteFactory pipeRouteFactory,
	IPipeInstanceFactory pipeInstanceFactory,
	[DependencyAttribute("PipeContextualInstanceResolver")] IPipeInstanceResolver pipeInstanceResolver,
	Func<IPipeServerPool> createPipeServerPoolFunc,
	Func<ApplicationManagerPipeServer> createPipeServerFunc,
	[OptionalDependencyAttribute] IUnityDisposableContainer disposableContainer = null
)

Параметры

hostLauncher  IHostLauncher
 
hostConfiguration  IHostConfiguration
 
addressGenerator  IHostServiceAddressGenerator
 
logger  ILogger
 
pipeServer  IPipeServer
 
pipeRouteFactory  IPipeRouteFactory
 
pipeInstanceFactory  IPipeInstanceFactory
 
pipeInstanceResolver  IPipeInstanceResolver
 
createPipeServerPoolFunc  FuncIPipeServerPool
 
createPipeServerFunc  FuncApplicationManagerPipeServer
 
disposableContainer  IUnityDisposableContainer  (Optional)
 

См. также