LaunchNewInstanceCommand - конструктор |
Пространство имён:
Tessa.UI.AppManager.CatalogService
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public LaunchNewInstanceCommand(
[NotNullAttribute] GetCatalogContainerDelegateAsync getCatalogContainerAsync,
[NotNullAttribute] IApplicationCollection applicationCollection,
[NotNullAttribute] IMessageProvider messageProvider,
[NotNullAttribute] INotificationUIManager notificationUIManager
)
Public Sub New (
<NotNullAttribute> getCatalogContainerAsync As GetCatalogContainerDelegateAsync,
<NotNullAttribute> applicationCollection As IApplicationCollection,
<NotNullAttribute> messageProvider As IMessageProvider,
<NotNullAttribute> notificationUIManager As INotificationUIManager
)
public:
LaunchNewInstanceCommand(
[NotNullAttribute] GetCatalogContainerDelegateAsync^ getCatalogContainerAsync,
[NotNullAttribute] IApplicationCollection^ applicationCollection,
[NotNullAttribute] IMessageProvider^ messageProvider,
[NotNullAttribute] INotificationUIManager^ notificationUIManager
)
new :
[<NotNullAttribute>] getCatalogContainerAsync : GetCatalogContainerDelegateAsync *
[<NotNullAttribute>] applicationCollection : IApplicationCollection *
[<NotNullAttribute>] messageProvider : IMessageProvider *
[<NotNullAttribute>] notificationUIManager : INotificationUIManager -> LaunchNewInstanceCommand
Параметры
- getCatalogContainerAsync
- Тип: Tessa.ApplicationsGetCatalogContainerDelegateAsync
- applicationCollection
- Тип: Tessa.Applications.ContainersIApplicationCollection
- messageProvider
- Тип: Tessa.Platform.RuntimeIMessageProvider
- notificationUIManager
- Тип: Tessa.UI.NotificationsINotificationUIManager
См. также