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

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

Definition

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

Параметры

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

См. также