ClusterDescriptionWithServerDescription Method |
Returns a new ClusterDescription with a changed ServerDescription.
Namespace: MongoDB.Driver.Core.ClustersAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public ClusterDescription WithServerDescription(
ServerDescription value
)
Public Function WithServerDescription (
value As ServerDescription
) As ClusterDescription
member WithServerDescription :
value : ServerDescription -> ClusterDescription
Parameters
- value
- Type: MongoDB.Driver.Core.ServersServerDescription
The server description.
Return Value
Type:
ClusterDescriptionA ClusterDescription.
See Also