Click or drag to resize
ConnectionSentMessagesEventSerializationDuration Property
This API is preliminary and subject to change.
Gets the duration of time spent serializing the messages.

Namespace: MongoDB.Driver.Core.Events
Assembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax
public TimeSpan SerializationDuration { get; }

Property Value

Type: TimeSpan
See Also