[PluginAttribute(Name = "Tasks notifications plugin", Description = "Plugin starts at configured time, collects info about users tasks and send emails to users.",
Version = 1, ConfigFile = "configuration/TasksNotifications.xml")]
public sealed class TasksNotificationsPlugin : Plugin
<PluginAttribute(Name := "Tasks notifications plugin", Description := "Plugin starts at configured time, collects info about users tasks and send emails to users.",
Version := 1, ConfigFile := "configuration/TasksNotifications.xml")>
Public NotInheritable Class TasksNotificationsPlugin
Inherits Plugin
[PluginAttribute(Name = L"Tasks notifications plugin", Description = L"Plugin starts at configured time, collects info about users tasks and send emails to users.",
Version = 1, ConfigFile = L"configuration/TasksNotifications.xml")]
public ref class TasksNotificationsPlugin sealed : public Plugin
[<SealedAttribute>]
[<PluginAttribute(Name = "Tasks notifications plugin", Description = "Plugin starts at configured time, collects info about users tasks and send emails to users.",
Version = 1, ConfigFile = "configuration/TasksNotifications.xml")>]
type TasksNotificationsPlugin =
class
inherit Plugin
end
TasksNotificationsPlugin | Инициализирует новый экземпляр класса TasksNotificationsPlugin |
StopRequested |
Признак того, что запрошена остановка плагина. Значение свойства можно изменить только на true.
Свойство устанавливается равным true сразу при запрошенной остановке плагина,
тогда как CancellationToken, переданный в метод EntryPointAsync(CancellationToken),
отменяется за несколько секунд до таймаута плагина, в соответсвии с настройкой AwaitCancellationDeltaSeconds в файле app.json.
(Унаследован от Plugin) |
StopRequestedToken |
Токен отмены плагина, который запрашивается сразу при установке свойства StopRequested равным true,
т.е. в момент запроса остановки плагина.
Объект CancellationToken, переданный в метод EntryPointAsync(CancellationToken),
отменяется за несколько секунд до таймаута плагина, в соответсвии с настройкой AwaitCancellationDeltaSeconds в файле app.json.
(Унаследован от Plugin) |
EntryPointAsync | (Переопределяет PluginEntryPointAsync(CancellationToken)) |
Equals | Determines whether the specified object is equal to the current object. (Унаследован от Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Serves as the default hash function. (Унаследован от Object) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
StopAsync |
Метод, вызываемый хостом при вежливой остановке плагина. Он должен максимально быстро завершить выполнение плагина,
но не завершать свою работу до тех пор, пока потоки, с которыми работает плагин, не будут завершены.
Реализация по умолчанию устанавливает свойство StopRequested, после чего ожидает завершение метода EntryPointAsync(CancellationToken).
(Унаследован от Plugin) |
ToString | Returns a string that represents the current object. (Унаследован от Object) |
ConfigFilePath | Относительный путь к конфигурационному файлу плагина. |
Get | (Определяется ComHelper) |
InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
Invoke | (Определяется ComHelper) |
Set | (Определяется ComHelper) |