Table of Contents

Property ShouldBeSent

Namespace
MongoDB.Driver.Core.WireProtocol.Messages
Assembly
MongoDB.Driver.Core.dll

ShouldBeSent

Gets a delegate that determines whether this message should be sent.

public Func<bool> ShouldBeSent { get; }

Property Value

Func<bool>

A delegate that determines whether this message be sent.