Method SetMaxAwaitTime
SetMaxAwaitTime(TimeSpan?)
Sets the maximum await time for tailable await cursors.
public virtual MongoCursor SetMaxAwaitTime(TimeSpan? value)
Parameters
value
TimeSpan?The value.
Returns
- MongoCursor
The cursor (so you can chain method calls to it).