We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25ab2af commit 8f5e211Copy full SHA for 8f5e211
Requests/IRequestHandler.cs
@@ -8,6 +8,8 @@
8
/// Request handlers are responsible for coordinating the execution of multiple requests, providing
9
/// shared resources such as cancellation tokens and synchronization contexts, and managing the overall
10
/// lifecycle of request processing.
11
+ /// </para>
12
+ /// </remarks>
13
public interface IRequestHandler : IRequestContainer<IRequest>
14
{
15
/// <summary>
0 commit comments