2 instantiations of WorkflowInstanceAbortedRecord
System.Activities (2)
System\Activities\Hosting\WorkflowInstance.cs (1)
632
this.controller.Track(new
WorkflowInstanceAbortedRecord
(this.Id, this.WorkflowDefinition.DisplayName, message, this.DefinitionIdentity));
System\Activities\Tracking\WorkflowInstanceAbortedRecord.cs (1)
78
return new
WorkflowInstanceAbortedRecord
(this);
4 references to WorkflowInstanceAbortedRecord
System.Activities (4)
System\Activities\Tracking\EtwTrackingParticipant.cs (3)
543
else if (record is
WorkflowInstanceAbortedRecord
)
626
WorkflowInstanceAbortedRecord
aborted = record as
WorkflowInstanceAbortedRecord
;
System\Activities\Tracking\WorkflowInstanceAbortedRecord.cs (1)
51
WorkflowInstanceAbortedRecord(
WorkflowInstanceAbortedRecord
record)