DelegatedQueryDispatcher - конструктор
Пространство имён: Tessa.UI.Views.MessagingServicesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public DelegatedQueryDispatcher(
[NotNullAttribute] IQueryRouter queryRouter,
[NotNullAttribute] IQueryDispatcher queryDispatcher
)
Public Sub New (
<NotNullAttribute> queryRouter As IQueryRouter,
<NotNullAttribute> queryDispatcher As IQueryDispatcher
)
public:
DelegatedQueryDispatcher(
[NotNullAttribute] IQueryRouter^ queryRouter,
[NotNullAttribute] IQueryDispatcher^ queryDispatcher
)
new :
[<NotNullAttribute>] queryRouter : IQueryRouter *
[<NotNullAttribute>] queryDispatcher : IQueryDispatcher -> DelegatedQueryDispatcher
Параметры
- queryRouter IQueryRouter
-
- queryDispatcher IQueryDispatcher
-