Property WasSent
- Namespace
- MongoDB.Driver.Core.WireProtocol.Messages
- Assembly
- MongoDB.Driver.Core.dll
WasSent
Gets or sets a value indicating whether this message was sent.
public bool WasSent { get; set; }
Property Value
- bool
true
if this message was sent; otherwise,false
.