ClusterDescriptionWithType Method |
Returns a new ClusterDescription with a changed ClusterType.
Namespace: MongoDB.Driver.Core.ClustersAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public ClusterDescription WithType(
ClusterType value
)
Public Function WithType (
value As ClusterType
) As ClusterDescription
member WithType :
value : ClusterType -> ClusterDescription
Parameters
- value
- Type: MongoDB.Driver.Core.ClustersClusterType
The value.
Return Value
Type:
ClusterDescriptionA ClusterDescription.
See Also