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

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

Definition

Пространство имён: Tessa.Host
Сборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
C#
public ScanServiceProxy(
	[NotNullAttribute] IHostLauncher hostLauncher,
	[NotNullAttribute] IHostConfiguration hostConfiguration,
	[NotNullAttribute] IHostServiceAddressGenerator hostServiceAddressGenerator,
	[NotNullAttribute] Func<ScanServiceClient> createScanServiceClientFunc,
	[NotNullAttribute] IPipeClient pipeClient,
	[NotNullAttribute] ILogger logger,
	[CanBeNullAttribute] string typeName = null,
	[CanBeNullAttribute] string assembly = null
)

Параметры

hostLauncher  IHostLauncher
 
hostConfiguration  IHostConfiguration
 
hostServiceAddressGenerator  IHostServiceAddressGenerator
 
createScanServiceClientFunc  FuncScanServiceClient
 
pipeClient  IPipeClient
 
logger  ILogger
 
typeName  String  (Optional)
 
assembly  String  (Optional)
 

См. также