Skip to content

Commit 18bce25

Browse files
authored
CSHARP-5318: Mark API as obsolete: Server + Sessions (#1489)
1 parent 576fec4 commit 18bce25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/MongoDB.Driver.Core/Core/Servers/IServer.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ namespace MongoDB.Driver.Core.Servers
2424
/// <summary>
2525
/// Represents a MongoDB server.
2626
/// </summary>
27+
[Obsolete("This interface will be made internal in a later release.")]
2728
public interface IServer
2829
{
2930
// events
@@ -77,6 +78,7 @@ public interface IServer
7778
/// <summary>
7879
/// Represents a server that can be part of a cluster.
7980
/// </summary>
81+
[Obsolete("This interface will be made internal in a later release.")]
8082
public interface IClusterableServer : IServer, IDisposable
8183
{
8284
// properties

0 commit comments

Comments
 (0)