33 references to ScheduleActivity
System.Activities (26)
System\Activities\Statements\CancellationScope.cs (1)
83
context.
ScheduleActivity
(this.Body, new CompletionCallback(OnBodyComplete));
System\Activities\Statements\CompensableActivity.cs (1)
370
context.
ScheduleActivity
(this.Body, new CompletionCallback(OnBodyExecutionComplete));
System\Activities\Statements\CompensationParticipant.cs (6)
184
context.
ScheduleActivity
(DefaultConfirmation, new CompletionCallback(this.OnConfirmationComplete));
211
context.
ScheduleActivity
(DefaultConfirmation, new CompletionCallback(this.OnConfirmationComplete));
268
context.
ScheduleActivity
(DefaultCompensation, new CompletionCallback(this.OnCompensationComplete));
295
context.
ScheduleActivity
(DefaultConfirmation, new CompletionCallback(this.OnCompensationComplete));
335
context.
ScheduleActivity
(DefaultCompensation, new CompletionCallback(this.OnCompensationComplete));
359
context.
ScheduleActivity
(DefaultConfirmation, new CompletionCallback(this.OnCompensationComplete));
System\Activities\Statements\DefaultCompensation.cs (1)
83
context.
ScheduleActivity
(Body, this.onChildCompensated);
System\Activities\Statements\DefaultConfirmation.cs (1)
79
context.
ScheduleActivity
(Body, this.onChildConfirmed);
System\Activities\Statements\DoWhile.cs (1)
139
context.
ScheduleActivity
(this.Body, this.onBodyComplete);
System\Activities\Statements\FlowStep.cs (1)
67
context.
ScheduleActivity
(Action, onCompleted);
System\Activities\Statements\InternalState.cs (4)
658
context.
ScheduleActivity
(this.Entry, this.onEntryComplete);
684
context.
ScheduleActivity
(transition.Trigger, this.onTriggerComplete);
769
context.
ScheduleActivity
(transition.Trigger, this.onTriggerComplete);
782
context.
ScheduleActivity
(this.Exit, this.onExitComplete);
System\Activities\Statements\Parallel.cs (1)
149
context.
ScheduleActivity
(this.Branches[i], onBranchComplete);
System\Activities\Statements\Pick.cs (2)
138
context.
ScheduleActivity
(this.branchBodies[i], onBranchCompleteCallback);
305
context.
ScheduleActivity
(this.Trigger, new CompletionCallback(OnTriggerCompleted));
System\Activities\Statements\Sequence.cs (2)
104
context.
ScheduleActivity
(nextChild, this.onChildComplete);
126
context.
ScheduleActivity
(nextChild, this.onChildComplete);
System\Activities\Statements\TransactionScope.cs (2)
347
this.nestedScopeTimeoutActivityInstance.Set(context, context.
ScheduleActivity
(this.NestedScopeTimeoutWorkflow, new CompletionCallback(OnDelayCompletion)));
375
context.
ScheduleActivity
(this.Body, new CompletionCallback(OnCompletion));
System\Activities\Statements\While.cs (1)
138
context.
ScheduleActivity
(this.Body, this.onBodyComplete);
System\Activities\Statements\WorkflowCompensationBehavior.cs (2)
129
context.
ScheduleActivity
(DefaultCompensation, new CompletionCallback(OnCompensationComplete));
159
context.
ScheduleActivity
(DefaultConfirmation, new CompletionCallback(OnConfirmationComplete));
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\InternalReceiveMessage.cs (1)
657
executionContext.
ScheduleActivity
(this.waitForReply, onClientReceiveMessageComplete);
System\ServiceModel\Activities\InternalSendMessage.cs (2)
1088
context.
ScheduleActivity
(this.persist, new CompletionCallback(OnPersistCompleted));
1244
context.
ScheduleActivity
(this.persist, new CompletionCallback(OnPersistCompleted));
System\ServiceModel\Activities\TransactedReceiveScope.cs (2)
243
context.
ScheduleActivity
(this.Request, new CompletionCallback(OnReceiveCompleted));
250
context.
ScheduleActivity
(this.Body, new CompletionCallback(OnBodyCompleted));
System.Workflow.Runtime (2)
System\Activities\Statements\Interop.cs (2)
747
context.
ScheduleActivity
(this.persistActivity, this.onPersistComplete);
762
context.
ScheduleActivity
(this.persistActivity, this.onPersistComplete);