DelegatedQueryDispatcher - конструктор
Пространство имён: Tessa.UI.Views.MessagingServicesСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
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
-