CommandMessageExhaustAllowed Property |
Gets or sets a value indicating whether multiple responses might be returned from the server or not.
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public bool ExhaustAllowed { get; set; }
Public Property ExhaustAllowed As Boolean
Get
Set
member ExhaustAllowed : bool with get, set
Property Value
Type:
Booleantrue if the server might return multiple responses; otherwise,
false.
See Also