Skip to content

Commit 8bab6b5

Browse files
committed
Doc comments
1 parent 4f58c29 commit 8bab6b5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Servers/HttpSys/src/RequestQueueMode.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33

44
namespace Microsoft.AspNetCore.Server.HttpSys
55
{
6+
/// <summary>
7+
/// Used to indicate if this server instance should create a new Http.Sys request queue
8+
/// or attach to an existing one.
9+
/// </summary>
610
public enum RequestQueueMode
711
{
812
/// <summary>
@@ -16,6 +20,7 @@ public enum RequestQueueMode
1620
Attach,
1721
/// <summary>
1822
/// Create a queue with the given name if it does not already exist, otherwise attach to the existing queue.
23+
/// Most configuration options do not apply when attaching to an existing queue.
1924
/// </summary>
2025
CreateOrAttach
2126
}

0 commit comments

Comments
 (0)