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

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

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

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

Параметры

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