MongoNodeIsRecoveringExceptionResult Property |
Gets the result from the server.
Namespace: MongoDB.DriverAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public BsonDocument Result { get; }
Public ReadOnly Property Result As BsonDocument
Get
member Result : BsonDocument with get
Property Value
Type:
BsonDocument
The result from the server.
See Also