PreviewHandlersPool(FuncIPreviewHandlerProxy, Int32) - конструктор |
Пространство имён:
Tessa.PreviewHandlers
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [InjectionConstructorAttribute]
public PreviewHandlersPool(
Func<IPreviewHandlerProxy> handlerFactory,
[DependencyAttribute("MaxPreviewInstances")] int maxPreviewInstances
)
<InjectionConstructorAttribute>
Public Sub New (
handlerFactory As Func(Of IPreviewHandlerProxy),
<DependencyAttribute("MaxPreviewInstances")> maxPreviewInstances As Integer
)
public:
[InjectionConstructorAttribute]
PreviewHandlersPool(
Func<IPreviewHandlerProxy^>^ handlerFactory,
[DependencyAttribute(L"MaxPreviewInstances")] int maxPreviewInstances
)
[<InjectionConstructorAttribute>]
new :
handlerFactory : Func<IPreviewHandlerProxy> *
[<DependencyAttribute("MaxPreviewInstances")>] maxPreviewInstances : int -> PreviewHandlersPool
Параметры
- handlerFactory
- Тип: SystemFuncIPreviewHandlerProxy
- maxPreviewInstances
- Тип: SystemInt32
См. также