Click or drag to resize
EmptyListenerConnectionErrorSendingMessages Method
This API is preliminary and subject to change.
An event that occurs when there is an error while sending a set of messages.

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

Parameters

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

Implements

IConnectionListenerConnectionErrorSendingMessages(ConnectionErrorSendingMessagesEvent)
See Also