3 references to CancellationHandler
System.Activities (3)
System\Activities\Statements\CancellationScope.cs (3)
74
metadata.AddChild(this.
CancellationHandler
);
99
if (this.
CancellationHandler
!= null)
101
context.ScheduleActivity(this.
CancellationHandler
, onFaulted: new FaultCallback(OnExceptionFromCancelHandler));