CommandMessageMoreToCome Property |
Gets or sets a value indicating whether another message immediately follows this one with no response expected.
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
Syntaxpublic bool MoreToCome { get; set; }
Public Property MoreToCome As Boolean
Get
Set
member MoreToCome : bool with get, set
Property Value
Type:
Booleantrue if another message immediately follows this one; otherwise,
false.
See Also