Property MoreToCome
- Namespace
- MongoDB.Driver.Core.WireProtocol.Messages
- Assembly
- MongoDB.Driver.Core.dll
MoreToCome
Gets or sets a value indicating whether another message immediately follows this one with no response expected.
public bool MoreToCome { get; set; }
Property Value
- bool
true
if another message immediately follows this one; otherwise,false
.