1 write to CancellationHandler
System.Activities (1)
System\Activities\Statements\CompensableActivity.cs (1)
124
this.compensationParticipant.
CancellationHandler
= CancellationHandler;
4 references to CancellationHandler
System.Activities (4)
System\Activities\Statements\CompensationParticipant.cs (4)
99
if (this.
CancellationHandler
!= null)
101
children.Add(
CancellationHandler
);
327
if (
CancellationHandler
!= null)
329
context.ScheduleActivity(
CancellationHandler
, new CompletionCallback(this.OnCancellationHandlerComplete), new FaultCallback(OnExceptionFromHandler));