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

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

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

Пространство имён:  Tessa.Applications.Services.ApplicationManager
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public ApplicationManagerProcessServiceClient(
	IHostLauncher hostLauncher,
	IHostConfiguration hostConfiguration,
	IHostServiceAddressGenerator addressGenerator,
	ILogger logger,
	IPipeClient pipeClient,
	Func<ApplicationManagerPipeClient> createPipeClientFunc,
	[OptionalDependencyAttribute] IUnityDisposableContainer disposableContainer = null
)

Параметры

hostLauncher
Тип: Tessa.HostIHostLauncher
hostConfiguration
Тип: Tessa.HostIHostConfiguration
addressGenerator
Тип: Tessa.HostIHostServiceAddressGenerator
logger
Тип: ILogger
pipeClient
Тип: Tessa.Platform.PipesIPipeClient
createPipeClientFunc
Тип: SystemFuncApplicationManagerPipeClient
disposableContainer (Optional)
Тип: Tessa.PlatformIUnityDisposableContainer
См. также