ClusterSelectedServerEventSelectedServer Property |
This API is preliminary and subject to change.
Gets the selected server.
Namespace: MongoDB.Driver.Core.EventsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.2.0
Syntax public ServerDescription SelectedServer { get; }
Public ReadOnly Property SelectedServer As ServerDescription
Get
member SelectedServer : ServerDescription with get
Property Value
Type:
ServerDescriptionSee Also