IConnectionPoolClear Method (ObjectId) |
Clears the connection pool for the specified service.
Namespace:
MongoDB.Driver.Core.ConnectionPools
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.20.0+ee01960089f28ea1b501690df5fc9f6318a70242
Syntax void Clear(
ObjectId serviceId
)
Sub Clear (
serviceId As ObjectId
)
abstract Clear :
serviceId : ObjectId -> unit
Parameters
- serviceId
- Type: MongoDB.BsonObjectId
The service id.
See Also