Skip to content

Commit ee0a1c7

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ScheduledTasks/Client/ScheduleClient.cs

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

66
/// <summary>
7-
/// Represents a handle to a schedule, allowing operations on a specific schedule instance.
7+
/// Client for managing a specific schedule instance.
8+
/// Provides methods to list, create, pause, resume, and manage schedules.
89
/// </summary>
910
public abstract class ScheduleClient
1011
{

0 commit comments

Comments
 (0)