GetProfilingLevelResult Constructor |
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.3.0
Syntax public GetProfilingLevelResult(
BsonDocument response
)
Public Sub New (
response As BsonDocument
)
new :
response : BsonDocument -> GetProfilingLevelResult
Parameters
- response
- Type: MongoDB.BsonBsonDocument
The response.
See Also