PluginFacadeOnGracefulStopExceptionOccured - метод
Пространство имён: Chronos.Platform.SchedulingСборка: Chronos.Platform (в Chronos.Platform.dll) Версия: 3.6.0.22
protected virtual void OnGracefulStopExceptionOccured(
PluginGracefulStopExceptionEventArgs e
)
Protected Overridable Sub OnGracefulStopExceptionOccured (
e As PluginGracefulStopExceptionEventArgs
)
protected:
virtual void OnGracefulStopExceptionOccured(
PluginGracefulStopExceptionEventArgs^ e
)
abstract OnGracefulStopExceptionOccured :
e : PluginGracefulStopExceptionEventArgs -> unit
override OnGracefulStopExceptionOccured :
e : PluginGracefulStopExceptionEventArgs -> unit
Параметры
- e PluginGracefulStopExceptionEventArgs
- Аргументы события.
Метод вызывается на стороне плагина в процессе вежливой остановки, поэтому он должен выполняться быстро,
пока хост не выполнил аварийное завершение процесса плагина.