We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 576fec4 commit 18bce25Copy full SHA for 18bce25
src/MongoDB.Driver.Core/Core/Servers/IServer.cs
@@ -24,6 +24,7 @@ namespace MongoDB.Driver.Core.Servers
24
/// <summary>
25
/// Represents a MongoDB server.
26
/// </summary>
27
+ [Obsolete("This interface will be made internal in a later release.")]
28
public interface IServer
29
{
30
// events
@@ -77,6 +78,7 @@ public interface IServer
77
78
79
/// Represents a server that can be part of a cluster.
80
81
82
public interface IClusterableServer : IServer, IDisposable
83
84
// properties
0 commit comments