Skip to content

Commit 4adbc11

Browse files
author
vuplea
committed
improve comment
1 parent 8f7396f commit 4adbc11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/Test/WorkflowApplicationTestExtensions/SuspendingWrapper.cs

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,13 @@ namespace WorkflowApplicationTestExtensions
88
{
99
/// <summary>
1010
/// Wrapper over one/multiple sequential activities.
11-
/// Between scheduling the activity/activities, it induces persistence Idle
11+
/// Between scheduling the activity/activities, it induces PersistableIdle
1212
/// by creating bookmarks.
1313
/// The idea is to induce unload/load as much as possible to test persistence
1414
/// serialization/deserialization.
15+
/// When using <see cref="WorkflowApplicationTestExtensions"/>, the bookmarks
16+
/// can be automatically resumed and workflow continued transparently until
17+
/// completion.
1518
/// </summary>
1619
public class SuspendingWrapper : NativeActivity
1720
{

0 commit comments

Comments
 (0)