IsMasterResult Constructor |
Namespace: MongoDB.Driver.Core.ConnectionsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntaxpublic IsMasterResult(
BsonDocument wrapped
)
Public Sub New (
wrapped As BsonDocument
)
new :
wrapped : BsonDocument -> IsMasterResult
Parameters
- wrapped
- Type: MongoDB.BsonBsonDocument
The wrapped result document.
See Also