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

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

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

Пространство имён:  Tessa.Host
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
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
Тип: Tessa.HostIHostLauncher
hostConfiguration
Тип: Tessa.HostIHostConfiguration
hostServiceAddressGenerator
Тип: Tessa.HostIHostServiceAddressGenerator
createScanServiceClientFunc
Тип: SystemFuncScanServiceClient
pipeClient
Тип: Tessa.Platform.PipesIPipeClient
logger
Тип: ILogger
typeName (Optional)
Тип: SystemString
assembly (Optional)
Тип: SystemString
См. также