Property IsOrdered
- Namespace
- MongoDB.Driver.Core.Operations
- Assembly
- MongoDB.Driver.Core.dll
IsOrdered
Gets or sets a value indicating whether the server should process the requests in order.
public bool IsOrdered { get; set; }
Property Value
- bool
A value indicating whether the server should process the requests in order.