Skip to content

Commit 8f5e211

Browse files
author
Meyn
committed
Fix IRequestHandler comment
1 parent 25ab2af commit 8f5e211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Requests/IRequestHandler.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
/// Request handlers are responsible for coordinating the execution of multiple requests, providing
99
/// shared resources such as cancellation tokens and synchronization contexts, and managing the overall
1010
/// lifecycle of request processing.
11+
/// </para>
12+
/// </remarks>
1113
public interface IRequestHandler : IRequestContainer<IRequest>
1214
{
1315
/// <summary>

0 commit comments

Comments
 (0)