Click or drag to resize
MongoNodeIsRecoveringExceptionResult Property
Gets the result from the server.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.4.1
Syntax
public BsonDocument Result { get; }

Property Value

Type: BsonDocument
The result from the server.
See Also