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.8.0+cc573f3e1f48f39162b4b680e921a623e127e8fa
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