WorkflowEngineContextTimerSubscriptions - свойство
Список подписок таймеров. Заполняется в действиях.
Пространство имён: Tessa.WorkflowСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public List<WorkflowTimerSubscriptionStorage> TimerSubscriptions { get; }
Public ReadOnly Property TimerSubscriptions As List(Of WorkflowTimerSubscriptionStorage)
Get
public:
virtual property List<WorkflowTimerSubscriptionStorage^>^ TimerSubscriptions {
List<WorkflowTimerSubscriptionStorage^>^ get () sealed;
}
abstract TimerSubscriptions : List<WorkflowTimerSubscriptionStorage> with get
override TimerSubscriptions : List<WorkflowTimerSubscriptionStorage> with get
ListWorkflowTimerSubscriptionStorageIWorkflowEngineContextTimerSubscriptions