Skip to content

Commit

Permalink
CSHARP-5318: Mark API as obsolete: Server + Sessions (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
papafe authored Oct 14, 2024
1 parent 576fec4 commit 18bce25
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/MongoDB.Driver.Core/Core/Servers/IServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ namespace MongoDB.Driver.Core.Servers
/// <summary>
/// Represents a MongoDB server.
/// </summary>
[Obsolete("This interface will be made internal in a later release.")]
public interface IServer
{
// events
Expand Down Expand Up @@ -77,6 +78,7 @@ public interface IServer
/// <summary>
/// Represents a server that can be part of a cluster.
/// </summary>
[Obsolete("This interface will be made internal in a later release.")]
public interface IClusterableServer : IServer, IDisposable
{
// properties
Expand Down

0 comments on commit 18bce25

Please sign in to comment.