Skip to content

Commit cd07c5e

Browse files
committed
README.md updated (CancellationToken added to sample)
1 parent b894440 commit cd07c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class MyFirstTask : IRunnable
3939
this.logger = logger;
4040
}
4141

42-
public void Run(ITask currentTask)
42+
public void Run(ITask currentTask, CancellationToken cancellationToken)
4343
{
4444
// Place your code here
4545
}

0 commit comments

Comments
 (0)