ConnectionClosedEventDuration Property |
This API is preliminary and subject to change.
Gets the duration of time it took to close the connection.
Namespace: MongoDB.Driver.Core.EventsAssembly: MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.3.0
Syntax public TimeSpan Duration { get; }
Public ReadOnly Property Duration As TimeSpan
Get
member Duration : TimeSpan with get
Property Value
Type:
TimeSpanSee Also