Click or drag to resize
IConnectionListenerConnectionBeforeSendingMessages Method
This API is preliminary and subject to change.
An event that occurs before sending a set of messages.

Namespace: MongoDB.Driver.Core.Events
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
void ConnectionBeforeSendingMessages(
	ConnectionBeforeSendingMessagesEvent event
)

Parameters

event
Type: MongoDB.Driver.Core.EventsConnectionBeforeSendingMessagesEvent
The event.
See Also