LaunchStrategyFactoryDelegate - делегат
Делегат экземпляры которого осуществляют создание стратегии
запуска приложения
Пространство имён: Tessa.ApplicationsСборка: Tessa (в Tessa.dll) Версия: 4.2.2+a8f0dd3c063817b2e3f05a923303d808e447c338
public delegate IApplicationLaunchingStrategy LaunchStrategyFactoryDelegate(
IApplicationModel applicationModel
)
Public Delegate Function LaunchStrategyFactoryDelegate (
applicationModel As IApplicationModel
) As IApplicationLaunchingStrategy
public delegate IApplicationLaunchingStrategy^ LaunchStrategyFactoryDelegate(
IApplicationModel^ applicationModel
)
type LaunchStrategyFactoryDelegate =
delegate of
applicationModel : IApplicationModel -> IApplicationLaunchingStrategy
- applicationModel IApplicationModel
-
Модель приложения
IApplicationLaunchingStrategyСтратегия запуска приложения