Click or drag to resize
EmptyListenerConnectionBeforeReceivingMessage Method
This API is preliminary and subject to change.
An event that occurs before receiving a message on a connection.

Namespace: MongoDB.Driver.Core.Events
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.0.1
Syntax
public virtual void ConnectionBeforeReceivingMessage(
	ConnectionBeforeReceivingMessageEvent event
)

Parameters

event
Type: MongoDB.Driver.Core.EventsConnectionBeforeReceivingMessageEvent
The event.

Implements

IConnectionListenerConnectionBeforeReceivingMessage(ConnectionBeforeReceivingMessageEvent)
See Also