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