Click or drag to resize
SystemProfileReadWriteLockStatisticsGlobalWriteLock Property
Gets or sets the time spent acquiring or holding the global write lock.

Namespace: MongoDB.Driver
Assembly: MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.4.1
Syntax
public TimeSpan GlobalWriteLock { get; set; }

Property Value

Type: TimeSpan
See Also