Constructor HelloResult
- Namespace
- MongoDB.Driver.Core.Connections
- Assembly
- MongoDB.Driver.Core.dll
HelloResult(BsonDocument)
Initializes a new instance of the HelloResult class.
public HelloResult(BsonDocument wrapped)Parameters
- wrappedBsonDocument
- The wrapped result document.