2 types derived from SchedulableItem
System.Workflow.ComponentModel (2)
AuthoringOM\ActivityExecutorDelegateInfo.cs (1)
262private sealed class ActivityExecutorDelegateOperation : SchedulableItem
AuthoringOM\ActivityExecutorOperation.cs (1)
47internal sealed class ActivityExecutorOperation : SchedulableItem
1 reference to SchedulableItem
System.Workflow.ComponentModel (1)
AuthoringOM\ActivityInterfaces.cs (1)
130void ScheduleItem(SchedulableItem item, bool isInAtomicTransaction, bool transacted, bool queueInTransaction);