EdsServiceHost - конструктор |
Пространство имён:
Tessa.Host.EDS
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public EdsServiceHost(
IHostLauncher hostLauncher,
IHostConfiguration hostConfiguration,
IHostServiceAddressGenerator addressGenerator,
ILogger logger,
IPipeClient pipeClient,
Func<EdsServiceClient> createPipeClientFunc,
[OptionalDependencyAttribute] IUnityDisposableContainer disposableContainer = null
)
Public Sub New (
hostLauncher As IHostLauncher,
hostConfiguration As IHostConfiguration,
addressGenerator As IHostServiceAddressGenerator,
logger As ILogger,
pipeClient As IPipeClient,
createPipeClientFunc As Func(Of EdsServiceClient),
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
public:
EdsServiceHost(
IHostLauncher^ hostLauncher,
IHostConfiguration^ hostConfiguration,
IHostServiceAddressGenerator^ addressGenerator,
ILogger^ logger,
IPipeClient^ pipeClient,
Func<EdsServiceClient^>^ createPipeClientFunc,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
hostLauncher : IHostLauncher *
hostConfiguration : IHostConfiguration *
addressGenerator : IHostServiceAddressGenerator *
logger : ILogger *
pipeClient : IPipeClient *
createPipeClientFunc : Func<EdsServiceClient> *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _disposableContainer = defaultArg disposableContainer null
*)
-> EdsServiceHost
Параметры
- hostLauncher
- Тип: Tessa.HostIHostLauncher
- hostConfiguration
- Тип: Tessa.HostIHostConfiguration
- addressGenerator
- Тип: Tessa.HostIHostServiceAddressGenerator
- logger
- Тип: ILogger
- pipeClient
- Тип: Tessa.Platform.PipesIPipeClient
- createPipeClientFunc
- Тип: SystemFuncEdsServiceClient
- disposableContainer (Optional)
- Тип: Tessa.PlatformIUnityDisposableContainer
См. также