Table of Contents

Method SetMaxAwaitTime

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.Legacy.dll

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).