4 references to CancellationHandler
System.Activities (4)
System\Activities\Statements\CompensableActivity.cs (4)
122
if (
CancellationHandler
!= null)
124
this.compensationParticipant.CancellationHandler =
CancellationHandler
;
172
if (this.
CancellationHandler
!= null)
174
metadata.AddImportedChild(this.
CancellationHandler
);