MongoDBX509AuthenticatorCustomizeInitialIsMasterCommand Method |
Optionally customizes isMaster command.
Namespace:
MongoDB.Driver.Core.Authentication
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.9.0+32b058abcdf2c7e8d9dd3a676d207b31897eee2e
Syntaxpublic BsonDocument CustomizeInitialIsMasterCommand(
BsonDocument isMasterCommand
)
Public Function CustomizeInitialIsMasterCommand (
isMasterCommand As BsonDocument
) As BsonDocument
abstract CustomizeInitialIsMasterCommand :
isMasterCommand : BsonDocument -> BsonDocument
override CustomizeInitialIsMasterCommand :
isMasterCommand : BsonDocument -> BsonDocument
Parameters
- isMasterCommand
- Type: MongoDB.BsonBsonDocument
Initial isMaster command.
Return Value
Type:
BsonDocumentOptionally mutated isMaster command.
Implements
IAuthenticatorCustomizeInitialIsMasterCommand(BsonDocument)
See Also