Interface IServer
Represents a MongoDB server.
public interface IServer
Properties
- Description
Gets the server description.
- EndPoint
Gets the end point.
- ServerId
Gets the server identifier.
Methods
- GetChannel(CancellationToken)
Gets a channel to the server.
- GetChannelAsync(CancellationToken)
Gets a channel to the server.
Events
- DescriptionChanged
Occurs when the server description changes.