ApplicationProcessServiceClient - конструктор
Пространство имён: Tessa.Applications.Services.TessaServerСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public ApplicationProcessServiceClient(
IConnectionSettings connectionSettings,
ISessionTokenHolder tokenHolder,
IHostLauncher hostLauncher,
IHostConfiguration hostConfiguration,
IHostServiceAddressGenerator addressGenerator,
ILogger logger,
IPipeClient pipeClient,
Func<ApplicationPipeClient> createPipeClientFunc,
[OptionalDependencyAttribute] IUnityDisposableContainer disposableContainer = null
)
Public Sub New (
connectionSettings As IConnectionSettings,
tokenHolder As ISessionTokenHolder,
hostLauncher As IHostLauncher,
hostConfiguration As IHostConfiguration,
addressGenerator As IHostServiceAddressGenerator,
logger As ILogger,
pipeClient As IPipeClient,
createPipeClientFunc As Func(Of ApplicationPipeClient),
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
public:
ApplicationProcessServiceClient(
IConnectionSettings^ connectionSettings,
ISessionTokenHolder^ tokenHolder,
IHostLauncher^ hostLauncher,
IHostConfiguration^ hostConfiguration,
IHostServiceAddressGenerator^ addressGenerator,
ILogger^ logger,
IPipeClient^ pipeClient,
Func<ApplicationPipeClient^>^ createPipeClientFunc,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
connectionSettings : IConnectionSettings *
tokenHolder : ISessionTokenHolder *
hostLauncher : IHostLauncher *
hostConfiguration : IHostConfiguration *
addressGenerator : IHostServiceAddressGenerator *
logger : ILogger *
pipeClient : IPipeClient *
createPipeClientFunc : Func<ApplicationPipeClient> *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _disposableContainer = defaultArg disposableContainer null
*)
-> ApplicationProcessServiceClient
Параметры
- connectionSettings IConnectionSettings
-
- tokenHolder ISessionTokenHolder
-
- hostLauncher IHostLauncher
-
- hostConfiguration IHostConfiguration
-
- addressGenerator IHostServiceAddressGenerator
-
- logger ILogger
-
- pipeClient IPipeClient
-
- createPipeClientFunc FuncApplicationPipeClient
-
- disposableContainer IUnityDisposableContainer (Optional)
-