RequestMessageShouldBeSent Property |
Gets a delegate that determines whether this message should be sent.
Namespace:
MongoDB.Driver.Core.WireProtocol.Messages
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public Func<bool> ShouldBeSent { get; }
Public ReadOnly Property ShouldBeSent As Func(Of Boolean)
Get
member ShouldBeSent : Func<bool> with get
Property Value
Type:
FuncBoolean
A delegate that determines whether this message be sent.
See Also