4 references to Canceled
System.Activities (4)
System\Activities\Statements\CompensableActivity.cs (3)
462
Fx.Assert(compensationToken.BookmarkTable[CompensationBookmarkName.
Canceled
] == null, "Bookmark should not be already initialized in the bookmark table.");
463
compensationToken.BookmarkTable[CompensationBookmarkName.
Canceled
] = context.CreateBookmark(new BookmarkCallback(OnCanceledOrCompensated));
530
compensationToken.RemoveBookmark(context, CompensationBookmarkName.
Canceled
);
System\Activities\Statements\CompensationParticipant.cs (1)
384
compensationExtension.NotifyMessage(context, compensationToken.CompensationId, CompensationBookmarkName.
Canceled
);