Skip to content

Commit 2b3b6bb

Browse files
YunchuWangnytian
andauthored
Update src/ScheduledTasks/Client/ScheduledTaskClient.cs
Co-authored-by: Naiyuan Tian <[email protected]>
1 parent e2b5c55 commit 2b3b6bb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/ScheduledTasks/Client/ScheduledTaskClient.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
namespace Microsoft.DurableTask.ScheduledTasks;
55

66
/// <summary>
7-
/// Base class for managing scheduled tasks in a Durable Task application.
7+
/// Client for managing scheduled tasks.
8+
/// Provides methods to retrieve a ScheduleClient, list all schedules,
9+
/// and get details of a specific schedule.
810
/// </summary>
911
public abstract class ScheduledTaskClient
1012
{

0 commit comments

Comments
 (0)