Для изменения размера нажмите или перетащите

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

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

Пространство имён:  Tessa.Applications.Services.ApplicationManager
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
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
Тип: Tessa.HostIHostLauncher
hostConfiguration
Тип: Tessa.HostIHostConfiguration
addressGenerator
Тип: Tessa.HostIHostServiceAddressGenerator
logger
Тип: ILogger
pipeServer
Тип: Tessa.Platform.PipesIPipeServer
pipeRouteFactory
Тип: Tessa.Platform.PipesIPipeRouteFactory
pipeInstanceFactory
Тип: Tessa.Platform.PipesIPipeInstanceFactory
pipeInstanceResolver
Тип: Tessa.Platform.PipesIPipeInstanceResolver
createPipeServerPoolFunc
Тип: SystemFuncIPipeServerPool
createPipeServerFunc
Тип: SystemFuncApplicationManagerPipeServer
disposableContainer (Optional)
Тип: Tessa.PlatformIUnityDisposableContainer
См. также