Property ExhaustAllowed
- Namespace
- MongoDB.Driver.Core.WireProtocol.Messages
- Assembly
- MongoDB.Driver.Core.dll
ExhaustAllowed
Gets or sets a value indicating whether multiple responses might be returned from the server or not.
public bool ExhaustAllowed { get; set; }
Property Value
- bool
true
if the server might return multiple responses; otherwise,false
.