mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-07 02:42:14 +01:00
Replace redundant xml comments with inheritdoc. Make async changes to CloseSocket.
This commit is contained in:
@@ -62,7 +62,8 @@ namespace MediaBrowser.Controller.Net
|
||||
/// <summary>
|
||||
/// Gracefully closes the socket.
|
||||
/// </summary>
|
||||
/// <returns>Task.</returns>
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
void CloseSocket(CancellationToken cancellationToken);
|
||||
Task CloseSocket(CancellationToken cancellationToken);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -38,6 +38,7 @@ namespace MediaBrowser.Controller.Session
|
||||
/// Gracefully closes all web sockets.
|
||||
/// </summary>
|
||||
/// <param name="cancellationToken">The cancellation token.</param>
|
||||
void CloseAllWebSockets(CancellationToken cancellationToken);
|
||||
/// <returns>A task.</returns>
|
||||
Task CloseAllWebSockets(CancellationToken cancellationToken);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user