PreviewHandlerProxy - конструктор |
Пространство имён:
Tessa.PreviewHandlers
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public PreviewHandlerProxy(
[NotNullAttribute] IPreviewHandlerSettings previewHandlerSettings,
[NotNullAttribute] IHostLauncher hostLauncher,
[NotNullAttribute] IHostServiceAddressGenerator hostServiceAddressGenerator,
[NotNullAttribute] ILogger logger,
[NotNullAttribute] Func<PreviewServiceClient> createPreviewServiceClientFunc,
[NotNullAttribute] IPipeClient pipeClient
)
Public Sub New (
<NotNullAttribute> previewHandlerSettings As IPreviewHandlerSettings,
<NotNullAttribute> hostLauncher As IHostLauncher,
<NotNullAttribute> hostServiceAddressGenerator As IHostServiceAddressGenerator,
<NotNullAttribute> logger As ILogger,
<NotNullAttribute> createPreviewServiceClientFunc As Func(Of PreviewServiceClient),
<NotNullAttribute> pipeClient As IPipeClient
)
public:
PreviewHandlerProxy(
[NotNullAttribute] IPreviewHandlerSettings^ previewHandlerSettings,
[NotNullAttribute] IHostLauncher^ hostLauncher,
[NotNullAttribute] IHostServiceAddressGenerator^ hostServiceAddressGenerator,
[NotNullAttribute] ILogger^ logger,
[NotNullAttribute] Func<PreviewServiceClient^>^ createPreviewServiceClientFunc,
[NotNullAttribute] IPipeClient^ pipeClient
)
new :
[<NotNullAttribute>] previewHandlerSettings : IPreviewHandlerSettings *
[<NotNullAttribute>] hostLauncher : IHostLauncher *
[<NotNullAttribute>] hostServiceAddressGenerator : IHostServiceAddressGenerator *
[<NotNullAttribute>] logger : ILogger *
[<NotNullAttribute>] createPreviewServiceClientFunc : Func<PreviewServiceClient> *
[<NotNullAttribute>] pipeClient : IPipeClient -> PreviewHandlerProxy
Параметры
- previewHandlerSettings
- Тип: Tessa.PreviewHandlersIPreviewHandlerSettings
- hostLauncher
- Тип: Tessa.HostIHostLauncher
Осуществляет запуск приложения осуществляющего хостинг клиентского сервиса
- hostServiceAddressGenerator
- Тип: Tessa.HostIHostServiceAddressGenerator
Генератор адреса WCF-сервиса
- logger
- Тип: ILogger
- createPreviewServiceClientFunc
- Тип: SystemFuncPreviewServiceClient
- pipeClient
- Тип: Tessa.Platform.PipesIPipeClient
См. также