ApplicationManagerProcessServiceHost - конструктор |
Пространство имён:
Tessa.Applications.Services.ApplicationManager
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис public ApplicationManagerProcessServiceHost(
IHostLauncher hostLauncher,
IHostConfiguration hostConfiguration,
IHostServiceAddressGenerator addressGenerator,
ILogger logger,
IPipeServer pipeServer,
IPipeRouteFactory pipeRouteFactory,
IPipeInstanceFactory pipeInstanceFactory,
[DependencyAttribute("PipeContextualInstanceResolver")] IPipeInstanceResolver pipeInstanceResolver,
Func<IPipeServerPool> createPipeServerPoolFunc,
Func<ApplicationManagerPipeServer> createPipeServerFunc,
[OptionalDependencyAttribute] IUnityDisposableContainer disposableContainer = null
)
Public Sub New (
hostLauncher As IHostLauncher,
hostConfiguration As IHostConfiguration,
addressGenerator As IHostServiceAddressGenerator,
logger As ILogger,
pipeServer As IPipeServer,
pipeRouteFactory As IPipeRouteFactory,
pipeInstanceFactory As IPipeInstanceFactory,
<DependencyAttribute("PipeContextualInstanceResolver")> pipeInstanceResolver As IPipeInstanceResolver,
createPipeServerPoolFunc As Func(Of IPipeServerPool),
createPipeServerFunc As Func(Of ApplicationManagerPipeServer),
<OptionalDependencyAttribute> Optional disposableContainer As IUnityDisposableContainer = Nothing
)
public:
ApplicationManagerProcessServiceHost(
IHostLauncher^ hostLauncher,
IHostConfiguration^ hostConfiguration,
IHostServiceAddressGenerator^ addressGenerator,
ILogger^ logger,
IPipeServer^ pipeServer,
IPipeRouteFactory^ pipeRouteFactory,
IPipeInstanceFactory^ pipeInstanceFactory,
[DependencyAttribute(L"PipeContextualInstanceResolver")] IPipeInstanceResolver^ pipeInstanceResolver,
Func<IPipeServerPool^>^ createPipeServerPoolFunc,
Func<ApplicationManagerPipeServer^>^ createPipeServerFunc,
[OptionalDependencyAttribute] IUnityDisposableContainer^ disposableContainer = nullptr
)
new :
hostLauncher : IHostLauncher *
hostConfiguration : IHostConfiguration *
addressGenerator : IHostServiceAddressGenerator *
logger : ILogger *
pipeServer : IPipeServer *
pipeRouteFactory : IPipeRouteFactory *
pipeInstanceFactory : IPipeInstanceFactory *
[<DependencyAttribute("PipeContextualInstanceResolver")>] pipeInstanceResolver : IPipeInstanceResolver *
createPipeServerPoolFunc : Func<IPipeServerPool> *
createPipeServerFunc : Func<ApplicationManagerPipeServer> *
[<OptionalDependencyAttribute>] ?disposableContainer : IUnityDisposableContainer
(* Defaults:
let _disposableContainer = defaultArg disposableContainer null
*)
-> ApplicationManagerProcessServiceHost
Параметры
- hostLauncher
- Тип: Tessa.HostIHostLauncher
- hostConfiguration
- Тип: Tessa.HostIHostConfiguration
- addressGenerator
- Тип: Tessa.HostIHostServiceAddressGenerator
- logger
- Тип: ILogger
- pipeServer
- Тип: Tessa.Platform.PipesIPipeServer
- pipeRouteFactory
- Тип: Tessa.Platform.PipesIPipeRouteFactory
- pipeInstanceFactory
- Тип: Tessa.Platform.PipesIPipeInstanceFactory
- pipeInstanceResolver
- Тип: Tessa.Platform.PipesIPipeInstanceResolver
- createPipeServerPoolFunc
- Тип: SystemFuncIPipeServerPool
- createPipeServerFunc
- Тип: SystemFuncApplicationManagerPipeServer
- disposableContainer (Optional)
- Тип: Tessa.PlatformIUnityDisposableContainer
См. также