Skip to content

Commit 4ac5908

Browse files
authored
Update ScheduleClientImpl.cs
1 parent da7bc00 commit 4ac5908

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ScheduledTasks/Client/ScheduleClientImpl.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ namespace Microsoft.DurableTask.ScheduledTasks;
1212
/// Represents a handle to a scheduled task, providing operations for managing the schedule.
1313
/// </summary>
1414
// TODO: Isolate system entity from user entities
15+
// TODO: Rename to DefaultScheduleClient
1516
class ScheduleClientImpl : ScheduleClient
1617
{
1718
readonly DurableTaskClient durableTaskClient;

0 commit comments

Comments
 (0)