Click or drag to resize
IServer Interface
Represents a MongoDB server.

Namespace: MongoDB.Driver.Core.Servers
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public interface IServer

The IServer type exposes the following members.

Methods
  NameDescription
Public methodGetChannelAsync
Gets a channel to the server.
Top
Properties
  NameDescription
Public propertyDescription
Gets the server description.
Public propertyEndPoint
Gets the end point.
Public propertyServerId
Gets the server identifier.
Top
Events
  NameDescription
Public eventDescriptionChanged
Occurs when the server description changes.
Top
See Also