ApplicationManagerProcessServiceClient - конструктор
Пространство имён: Tessa.Applications.Services.ApplicationManagerСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
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 IHostLauncher
-
- hostConfiguration IHostConfiguration
-
- addressGenerator IHostServiceAddressGenerator
-
- logger ILogger
-
- pipeClient IPipeClient
-
- createPipeClientFunc FuncApplicationManagerPipeClient
-
- disposableContainer IUnityDisposableContainer (Optional)
-