TessaApplicationProcessServiceClient - конструктор
Пространство имён: Tessa.Applications.Services.PlatformApplicationСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public TessaApplicationProcessServiceClient(
string serviceAddress,
IHostServiceAddressGenerator addressGenerator,
ILogger logger,
IPipeClient pipeClient,
Func<TessaApplicationPipeClient> createPipeClientFunc,
[OptionalDependencyAttribute] IUnityDisposableContainer? disposableContainer = null
)
Public Sub New (
serviceAddress As String,
addressGenerator As IHostServiceAddressGenerator,
logger As ILogger,
pipeClient As IPipeClient,
createPipeClientFunc As Func(Of TessaApplicationPipeClient),
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
public:
TessaApplicationProcessServiceClient(
String^ serviceAddress,
IHostServiceAddressGenerator^ addressGenerator,
ILogger^ logger,
IPipeClient^ pipeClient,
Func<TessaApplicationPipeClient^>^ createPipeClientFunc,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
serviceAddress : string *
addressGenerator : IHostServiceAddressGenerator *
logger : ILogger *
pipeClient : IPipeClient *
createPipeClientFunc : Func<TessaApplicationPipeClient> *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _disposableContainer = defaultArg disposableContainer null
*)
-> TessaApplicationProcessServiceClient
Параметры
- serviceAddress String
-
- addressGenerator IHostServiceAddressGenerator
-
- logger ILogger
-
- pipeClient IPipeClient
-
- createPipeClientFunc FuncTessaApplicationPipeClient
-
- disposableContainer IUnityDisposableContainer (Optional)
-