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