Browse Source

Add summary to IdentifySemaphoreName

pull/1537/head
Paulo 5 years ago
parent
commit
bf747b9e0c
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      src/Discord.Net.Rest/Entities/Gateway/GatewayLimits.cs

+ 3
- 1
src/Discord.Net.Rest/Entities/Gateway/GatewayLimits.cs View File

@@ -31,7 +31,9 @@ namespace Discord.Rest
/// and status (online, idle, etc)
/// </remarks>
public GatewayLimit PresenceUpdate { get; set; }

/// <summary>
/// Gets or sets the name of the <see cref="System.Threading.Semaphore"/> used by identify.
/// </summary>
public string IdentifySemaphoreName { get; set; }

/// <summary>


Loading…
Cancel
Save