ProcessLoggerLogPluginIsLaunched - метод |
Логирует отладочную информацию о том, что плагин в дочернем процессе был запущен.
Пространство имён:
Chronos.Platform
Сборка:
Chronos.Platform (в Chronos.Platform.dll) Версия: 3.5.0.19
Синтаксис public static void LogPluginIsLaunched(
PluginRemoteCreationInfo creationInfo
)
Public Shared Sub LogPluginIsLaunched (
creationInfo As PluginRemoteCreationInfo
)
public:
static void LogPluginIsLaunched(
PluginRemoteCreationInfo^ creationInfo
)
static member LogPluginIsLaunched :
creationInfo : PluginRemoteCreationInfo -> unit
Параметры
- creationInfo
- Тип: Chronos.Platform.SchedulingPluginRemoteCreationInfo
Информация по параметрам запуска плагина.
См. также