ApplicationManagerProcessServiceClient - конструктор |
Пространство имён:
Tessa.Applications.Services.ApplicationManager
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public ApplicationManagerProcessServiceClient(
IHostLauncher hostLauncher,
IHostConfiguration hostConfiguration,
IHostServiceAddressGenerator addressGenerator,
ILogger logger,
IPipeClient pipeClient,
Func<ApplicationManagerPipeClient> 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 ApplicationManagerPipeClient),
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
public:
ApplicationManagerProcessServiceClient(
IHostLauncher^ hostLauncher,
IHostConfiguration^ hostConfiguration,
IHostServiceAddressGenerator^ addressGenerator,
ILogger^ logger,
IPipeClient^ pipeClient,
Func<ApplicationManagerPipeClient^>^ createPipeClientFunc,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
hostLauncher : IHostLauncher *
hostConfiguration : IHostConfiguration *
addressGenerator : IHostServiceAddressGenerator *
logger : ILogger *
pipeClient : IPipeClient *
createPipeClientFunc : Func<ApplicationManagerPipeClient> *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _disposableContainer = defaultArg disposableContainer null
*)
-> ApplicationManagerProcessServiceClient
Параметры
- hostLauncher
- Тип: Tessa.HostIHostLauncher
- hostConfiguration
- Тип: Tessa.HostIHostConfiguration
- addressGenerator
- Тип: Tessa.HostIHostServiceAddressGenerator
- logger
- Тип: ILogger
- pipeClient
- Тип: Tessa.Platform.PipesIPipeClient
- createPipeClientFunc
- Тип: SystemFuncApplicationManagerPipeClient
- disposableContainer (Optional)
- Тип: Tessa.PlatformIUnityDisposableContainer
См. также